Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -376,7 +376,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Base(primary_hue="neutral", secon
|
|
| 376 |
interactive=False
|
| 377 |
)
|
| 378 |
audio_output = gr.Audio(
|
| 379 |
-
autoplay=
|
| 380 |
label="Audio Feedback",
|
| 381 |
streaming=False
|
| 382 |
)
|
|
|
|
| 376 |
interactive=False
|
| 377 |
)
|
| 378 |
audio_output = gr.Audio(
|
| 379 |
+
autoplay=True, # Changed default to false, user can click play
|
| 380 |
label="Audio Feedback",
|
| 381 |
streaming=False
|
| 382 |
)
|