Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -792,7 +792,7 @@ with gr.Blocks(title=title) as demo:
|
|
792 |
visible = False,
|
793 |
)
|
794 |
|
795 |
-
audio.end(
|
796 |
|
797 |
with gr.Row():
|
798 |
gr.Examples(
|
|
|
792 |
visible = False,
|
793 |
)
|
794 |
|
795 |
+
audio.stop() #.end()
|
796 |
|
797 |
with gr.Row():
|
798 |
gr.Examples(
|