Skip to content

Commit 939971a

Browse files
authored
Add files via upload
1 parent f9c9e87 commit 939971a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPT_SoVITS/inference_webui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,12 +561,12 @@ def get_weights_names():
561561
inp_ref = gr.Audio(label=i18n("请上传3~10秒内参考音频,超过会报错!"), type="filepath")
562562
with gr.Column():
563563
ref_text_free = gr.Checkbox(label=i18n("开启无参考文本模式。不填参考文本亦相当于开启。"), value=False, interactive=True, show_label=True)
564-
gr.Markdown(i18n("使用无参考文本模式时建议使用微调的GPT"))
564+
gr.Markdown(i18n("使用无参考文本模式时建议使用微调的GPT,听不清参考音频说的啥(不晓得写啥)可以开,开启后无视填写的参考文本。"))
565565
prompt_text = gr.Textbox(label=i18n("参考音频的文本"), value="")
566566
prompt_language = gr.Dropdown(
567567
label=i18n("参考音频的语种"), choices=[i18n("中文"), i18n("英文"), i18n("日文"), i18n("中英混合"), i18n("日英混合"), i18n("多语种混合")], value=i18n("中文")
568568
)
569-
gr.Markdown(value=i18n("*请填写需要合成的目标文本。中英混合选中文,日英混合选日文,中日混合暂不支持,非目标语言文本自动遗弃。"))
569+
gr.Markdown(value=i18n("*请填写需要合成的目标文本和语种模式"))
570570
with gr.Row():
571571
text = gr.Textbox(label=i18n("需要合成的文本"), value="")
572572
text_language = gr.Dropdown(

0 commit comments

Comments
 (0)