Spaces:
Runtime error
Runtime error
XiaoHei Studio
commited on
Commit
•
35c8e84
1
Parent(s):
bef8166
Update app.py
Browse files
app.py
CHANGED
@@ -1068,13 +1068,9 @@ with app:
|
|
1068 |
gr.Markdown(value="""
|
1069 |
### So-VITS-SVC 4.1-Stable WebUI 推理&训练 v2.3.13
|
1070 |
|
1071 |
-
|
1072 |
|
1073 |
-
|
1074 |
-
|
1075 |
-
[使用文档和常见报错解答](https://www.yuque.com/umoubuton/ueupp5)
|
1076 |
-
|
1077 |
-
整合包作者:bilibili@羽毛布団 | 技术交流群:742817595 | 交流二群:168254971 | 交流三群:416656175 | 交流四群:903516607
|
1078 |
|
1079 |
""")
|
1080 |
with gr.Tabs():
|
@@ -1418,4 +1414,4 @@ with app:
|
|
1418 |
read_second_dir.change(webui_change,[read_second_dir],[])
|
1419 |
|
1420 |
# app.queue(concurrency_count=1022, max_size=2044).launch(server_name="127.0.0.1",inbrowser=True,quiet=True)
|
1421 |
-
app.queue(concurrency_count=1022, max_size=2044).launch(server_name="0.0.0.0",inbrowser=True,quiet=True)
|
|
|
1068 |
gr.Markdown(value="""
|
1069 |
### So-VITS-SVC 4.1-Stable WebUI 推理&训练 v2.3.13
|
1070 |
|
1071 |
+
作者: 渺沧海之一粟
|
1072 |
|
1073 |
+
仅供个人娱乐和非商业用途,请勿用于违法违规用途,因使用本 WebUI 所导致的一切后果作者不承担相关责任。
|
|
|
|
|
|
|
|
|
1074 |
|
1075 |
""")
|
1076 |
with gr.Tabs():
|
|
|
1414 |
read_second_dir.change(webui_change,[read_second_dir],[])
|
1415 |
|
1416 |
# app.queue(concurrency_count=1022, max_size=2044).launch(server_name="127.0.0.1",inbrowser=True,quiet=True)
|
1417 |
+
app.queue(concurrency_count=1022, max_size=2044).launch(server_name="0.0.0.0",inbrowser=True,quiet=True,secure=True,password="20230824")
|