broadfield commited on
Commit
0b4ffd5
·
verified ·
1 Parent(s): 6f2c483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks(theme="Hev832/Applio-Theme") as b:
81
  sub_btn.click(pp.stream_tts,[in_txt,names,length,noise,width,sen_pause],out_aud)
82
  b.load(init,None,names)
83
 
84
- b.launch()
 
81
  sub_btn.click(pp.stream_tts,[in_txt,names,length,noise,width,sen_pause],out_aud)
82
  b.load(init,None,names)
83
 
84
+ b.queue(default_concurrency_limit=20).launch()