Spaces:
Running
on
Zero
Running
on
Zero
XXXXRT666
commited on
Commit
·
25a23a4
1
Parent(s):
0e657a0
- inference_webui.py +1 -1
inference_webui.py
CHANGED
@@ -735,7 +735,7 @@ def html_left(text, label="p"):
|
|
735 |
</div>"""
|
736 |
|
737 |
|
738 |
-
with gr.Blocks(title="GPT-SoVITS WebUI", theme=themes.
|
739 |
gr.Markdown(
|
740 |
value="""# GPT-SoVITS-ProPlus Zero-shot TTS demo
|
741 |
## https://github.com/RVC-Boss/GPT-SoVITS
|
|
|
735 |
</div>"""
|
736 |
|
737 |
|
738 |
+
with gr.Blocks(title="GPT-SoVITS WebUI", theme=themes.Monochrome(), analytics_enabled=False) as app:
|
739 |
gr.Markdown(
|
740 |
value="""# GPT-SoVITS-ProPlus Zero-shot TTS demo
|
741 |
## https://github.com/RVC-Boss/GPT-SoVITS
|