Ath commited on
Update app.py
Browse files
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="
|
| 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 |
|