aiqcamp commited on
Commit
8c26536
·
verified ·
1 Parent(s): cd7f103

Update inference_webui.py

Browse files
Files changed (1) hide show
  1. inference_webui.py +1 -11
inference_webui.py CHANGED
@@ -613,17 +613,7 @@ def html_left(text, label='p'):
613
 
614
 
615
  with gr.Blocks(title="GPT-SoVITS WebUI") as app:
616
- gr.Markdown(
617
- value="""# GPT-SoVITS-v2 Zero-shot TTS demo
618
- ## https://github.com/RVC-Boss/GPT-SoVITS
619
- 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>
620
- 输入3至10秒的参考音频来引导待合成语音的音色、语速和情感,然后输入待合成目标文本,生成目标语音. <br>
621
- Cross-lingual Support: Inference in languages different from the training dataset, currently supporting English, Japanese, Korean and Cantonese.<br>
622
- 目前支持中日英韩粤跨语种合成。<br>
623
- This demo is open source under the MIT license. The author does not have any control over it. Users who use the software and distribute the sounds exported by the software are solely responsible. If you do not agree with this clause, you cannot use or reference any codes and files within this demo. <br>
624
- 本demo以MIT协议开源, 作者不对软件具备任何控制力, 使用软件者、传播软件导出的声音者自负全责. 如不认可该条款, 则不能使用或引用该demo内的任何代码和文件.
625
- """
626
- )
627
  with gr.Group():
628
  gr.Markdown(html_center(i18n("*请上传并填写参考信息"),'h3'))
629
  with gr.Row():
 
613
 
614
 
615
  with gr.Blocks(title="GPT-SoVITS WebUI") as app:
616
+
 
 
 
 
 
 
 
 
 
 
617
  with gr.Group():
618
  gr.Markdown(html_center(i18n("*请上传并填写参考信息"),'h3'))
619
  with gr.Row():