Spaces:
Running
on
Zero
Running
on
Zero
kevinwang676
commited on
Commit
•
5aeff3d
1
Parent(s):
1873b13
Rename GPT_SoVITS/inference_webui.py to GPT_SoVITS/app.py
Browse files
GPT_SoVITS/{inference_webui.py → app.py}
RENAMED
@@ -754,9 +754,6 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|
754 |
|
755 |
if __name__ == '__main__':
|
756 |
app.queue(concurrency_count=511, max_size=1022).launch(
|
757 |
-
|
758 |
-
|
759 |
-
share=True,
|
760 |
-
server_port=infer_ttswebui,
|
761 |
-
quiet=True,
|
762 |
)
|
|
|
754 |
|
755 |
if __name__ == '__main__':
|
756 |
app.queue(concurrency_count=511, max_size=1022).launch(
|
757 |
+
share=False,
|
758 |
+
show_error=True,
|
|
|
|
|
|
|
759 |
)
|