Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -324,7 +324,7 @@ with gr.Blocks(theme="rawrsor1/Everforest") as demo:
|
|
| 324 |
|
| 325 |
|
| 326 |
with gr.Column():
|
| 327 |
-
audio_output = gr.Audio(label="Audio", type="filepath",
|
| 328 |
|
| 329 |
with gr.Row():
|
| 330 |
with gr.Column():
|
|
|
|
| 324 |
|
| 325 |
|
| 326 |
with gr.Column():
|
| 327 |
+
audio_output = gr.Audio(label="Audio", type="filepath",autoplay=True,interactive=False)
|
| 328 |
|
| 329 |
with gr.Row():
|
| 330 |
with gr.Column():
|