Spaces:
Running
on
Zero
Running
on
Zero
XXXXRT666
commited on
Commit
·
301f27c
1
Parent(s):
9806e04
- inference_webui.py +1 -1
inference_webui.py
CHANGED
@@ -760,7 +760,7 @@ with gr.Blocks(
|
|
760 |
analytics_enabled=False,
|
761 |
) as app:
|
762 |
gr.Markdown(
|
763 |
-
value="""# GPT-SoVITS-ProPlus Zero-shot TTS
|
764 |
## https://github.com/RVC-Boss/GPT-SoVITS
|
765 |
Input 3 to 10s reference audio to guide the time-bre, speed, emotion of voice, and generate the speech you want by input the inference text. <br>
|
766 |
输入3至10秒的参考音频来引导待合成语音的音色、语速和情感,然后输入待合成目标文本,生成目标语音. <br>
|
|
|
760 |
analytics_enabled=False,
|
761 |
) as app:
|
762 |
gr.Markdown(
|
763 |
+
value="""# GPT-SoVITS-ProPlus Zero-shot TTS Demo
|
764 |
## https://github.com/RVC-Boss/GPT-SoVITS
|
765 |
Input 3 to 10s reference audio to guide the time-bre, speed, emotion of voice, and generate the speech you want by input the inference text. <br>
|
766 |
输入3至10秒的参考音频来引导待合成语音的音色、语速和情感,然后输入待合成目标文本,生成目标语音. <br>
|