Spaces:
Sleeping
Sleeping
Update GPT_SoVITS/inference_webui.py
Browse files
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=
|
| 771 |
show_error=True,
|
| 772 |
)
|
|
|
|
| 767 |
|
| 768 |
if __name__ == '__main__':
|
| 769 |
app.queue().launch(
|
| 770 |
+
share=True,
|
| 771 |
show_error=True,
|
| 772 |
)
|