mrfakename commited on
Commit
e23c02d
·
1 Parent(s): 9315afa
Files changed (1) hide show
  1. app.py +1 -1
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(concurrency_limit=10)
 
262
 
263
  mode.change(lambda x: gr.update(visible=x == "Custom"), inputs=[mode], outputs=[custom_settings])
264
 
265
+ demo.queue().launch()