Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,4 +123,4 @@ with gr.Blocks() as demo:
|
|
| 123 |
|
| 124 |
audio_out.change(lambda f: f, inputs=audio_out, outputs=download_btn)
|
| 125 |
|
| 126 |
-
demo.
|
|
|
|
| 123 |
|
| 124 |
audio_out.change(lambda f: f, inputs=audio_out, outputs=download_btn)
|
| 125 |
|
| 126 |
+
demo.launch()
|