Ath commited on
Commit
2f5c55f
·
verified ·
1 Parent(s): 01dce50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
73
  submit_btn = gr.Button("Send")
74
 
75
  with gr.Column(scale=1):
76
- audio_output = gr.Audio(label="Response Audio", type="file")
77
 
78
  state = gr.State([])
79
 
 
73
  submit_btn = gr.Button("Send")
74
 
75
  with gr.Column(scale=1):
76
+ audio_output = gr.Audio(label="Response Audio", type="filepath")
77
 
78
  state = gr.State([])
79