kevinwang676 commited on
Commit
c54db46
·
verified ·
1 Parent(s): 502ab32

Update GPT_SoVITS/app.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/app.py +1 -1
GPT_SoVITS/app.py CHANGED
@@ -707,7 +707,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
707
  #gr.Markdown(html_center(i18n("*请填写需要合成的目标文本和语种模式"),'h3'))
708
  with gr.Row():
709
  with gr.Column(scale=13):
710
- text = gr.Textbox(label=i18n("请填写您想要合成的文本"), placeholder="想说却还没说的,还很多...", lines=5)
711
  with gr.Column(scale=7):
712
  text_language = gr.Dropdown(
713
  label=i18n("需要合成的语种")+i18n("限制范围越小判别效果越好。"), choices=list(dict_language.keys()), value=i18n("中文"), scale=1
 
707
  #gr.Markdown(html_center(i18n("*请填写需要合成的目标文本和语种模式"),'h3'))
708
  with gr.Row():
709
  with gr.Column(scale=13):
710
+ text = gr.Textbox(label=i18n("请填写您想要合成的文本🌊"), placeholder="想说却还没说的,还很多...", lines=5)
711
  with gr.Column(scale=7):
712
  text_language = gr.Dropdown(
713
  label=i18n("需要合成的语种")+i18n("限制范围越小判别效果越好。"), choices=list(dict_language.keys()), value=i18n("中文"), scale=1