xhlm123 commited on
Commit
d9f680b
·
verified ·
1 Parent(s): bb7678d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -671,6 +671,8 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
671
 
672
  app.queue(concurrency_count=511, max_size=1022)
673
  app.launch(
 
674
  inbrowser=True,
 
675
  quiet=True,
676
  )
 
671
 
672
  app.queue(concurrency_count=511, max_size=1022)
673
  app.launch(
674
+ server_name="0.0.0.0",
675
  inbrowser=True,
676
+ share=is_share,
677
  quiet=True,
678
  )