kevinwang676 commited on
Commit
d242d83
·
verified ·
1 Parent(s): 75d4af1

Update GPT_SoVITS/inference_webui.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/inference_webui.py +2 -0
GPT_SoVITS/inference_webui.py CHANGED
@@ -902,7 +902,9 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
902
 
903
  if __name__ == '__main__':
904
  app.queue().launch(#concurrency_count=511, max_size=1022
 
905
  inbrowser=True,
906
  share=True,
 
907
  quiet=True,
908
  )
 
902
 
903
  if __name__ == '__main__':
904
  app.queue().launch(#concurrency_count=511, max_size=1022
905
+ server_name="0.0.0.0",
906
  inbrowser=True,
907
  share=True,
908
+ server_port=8000,
909
  quiet=True,
910
  )