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

Update GPT_SoVITS/app.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/app.py +2 -2
GPT_SoVITS/app.py CHANGED
@@ -699,7 +699,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
699
  with gr.Column(scale=13):
700
  ref_text_free = gr.Checkbox(label=i18n("开启无参考文本模式。不填参考文本亦相当于开启。"), value=False, interactive=True, show_label=True)
701
  gr.Markdown(html_left(i18n("使用无参考文本模式时建议使用微调的GPT,听不清参考音频说的啥(不晓得写啥)可以开。<br>开启后无视填写的参考文本。")))
702
- prompt_text = gr.Textbox(label=i18n("参考音频对应的文本内容"), value="", lines=3, max_lines=3)
703
  prompt_language = gr.Dropdown(
704
  label=i18n("参考音频的语种"), choices=list(dict_language.keys()), value=i18n("中文"), scale=14
705
  )
@@ -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=6)
711
  with gr.Column(scale=7):
712
  text_language = gr.Dropdown(
713
  label=i18n("需要合成的语种")+i18n("限制范围越小判别效果越好。"), choices=list(dict_language.keys()), value=i18n("中文"), scale=1
 
699
  with gr.Column(scale=13):
700
  ref_text_free = gr.Checkbox(label=i18n("开启无参考文本模式。不填参考文本亦相当于开启。"), value=False, interactive=True, show_label=True)
701
  gr.Markdown(html_left(i18n("使用无参考文本模式时建议使用微调的GPT,听不清参考音频说的啥(不晓得写啥)可以开。<br>开启后无视填写的参考文本。")))
702
+ prompt_text = gr.Textbox(label=i18n("参考音频对应的文本内容"), value="", lines=4, max_lines=3)
703
  prompt_language = gr.Dropdown(
704
  label=i18n("参考音频的语种"), choices=list(dict_language.keys()), value=i18n("中文"), scale=14
705
  )
 
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