Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,4 +89,4 @@ with gr.Blocks() as demo_blocks:
|
|
| 89 |
btn.click(generate_audio, [inp_text, model_id], outputs)
|
| 90 |
|
| 91 |
|
| 92 |
-
demo_blocks.launch(
|
|
|
|
| 89 |
btn.click(generate_audio, [inp_text, model_id], outputs)
|
| 90 |
|
| 91 |
|
| 92 |
+
demo_blocks.queue().launch()
|