Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e23c02d
1
Parent(s):
9315afa
update
Browse files
app.py
CHANGED
@@ -262,4 +262,4 @@ with gr.Blocks(title="DMOSpeech 2 - Zero-Shot TTS") as demo:
|
|
262 |
|
263 |
mode.change(lambda x: gr.update(visible=x == "Custom"), inputs=[mode], outputs=[custom_settings])
|
264 |
|
265 |
-
demo.queue(
|
|
|
262 |
|
263 |
mode.change(lambda x: gr.update(visible=x == "Custom"), inputs=[mode], outputs=[custom_settings])
|
264 |
|
265 |
+
demo.queue().launch()
|