oh-my-dear-ai commited on
Commit
82fbb07
·
verified ·
1 Parent(s): 1053f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -658,7 +658,7 @@ with gr.Blocks(title=f"GPT-SoVITS WebUI") as app:
658
  button5.click(cut5, [text_inp], [text_opt])
659
  gr.Markdown(value=i18n("后续将支持混合语种编码文本输入。"))
660
 
661
- app.queue(concurrency_count=2, max_size=10).launch(
662
  server_name="0.0.0.0",
663
  inbrowser=True,
664
  share=is_share,
 
658
  button5.click(cut5, [text_inp], [text_opt])
659
  gr.Markdown(value=i18n("后续将支持混合语种编码文本输入。"))
660
 
661
+ app.queue().launch(
662
  server_name="0.0.0.0",
663
  inbrowser=True,
664
  share=is_share,