kevinwang676 commited on
Commit
a51e48b
1 Parent(s): a4bd7e8

Update GPT_SoVITS/inference_webui.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/inference_webui.py +1 -1
GPT_SoVITS/inference_webui.py CHANGED
@@ -767,6 +767,6 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
767
 
768
  if __name__ == '__main__':
769
  app.queue().launch(
770
- share=False,
771
  show_error=True,
772
  )
 
767
 
768
  if __name__ == '__main__':
769
  app.queue().launch(
770
+ share=True,
771
  show_error=True,
772
  )