mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-09 00:10:00 +08:00
i18n
This commit is contained in:
parent
e0573871aa
commit
c342ef541e
@ -7,6 +7,7 @@
|
|||||||
"ASR 模型": "ASR model",
|
"ASR 模型": "ASR model",
|
||||||
"ASR 模型尺寸": "ASR model size",
|
"ASR 模型尺寸": "ASR model size",
|
||||||
"ASR 语言设置": "ASR language",
|
"ASR 语言设置": "ASR language",
|
||||||
|
"ASR 精度设置": "ASR precision",
|
||||||
"模型切换": "Model switch",
|
"模型切换": "Model switch",
|
||||||
"是否开启dpo训练选项(实验性)": "Enable DPO training (experimental feature)",
|
"是否开启dpo训练选项(实验性)": "Enable DPO training (experimental feature)",
|
||||||
"开启无参考文本模式。不填参考文本亦相当于开启。": "Enable no reference mode. If you don't fill 'Text for reference audio', no reference mode will be enabled.",
|
"开启无参考文本模式。不填参考文本亦相当于开启。": "Enable no reference mode. If you don't fill 'Text for reference audio', no reference mode will be enabled.",
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"ASR 模型": "ASR 模型",
|
"ASR 模型": "ASR 模型",
|
||||||
"ASR 模型尺寸": "ASR 模型尺寸",
|
"ASR 模型尺寸": "ASR 模型尺寸",
|
||||||
"ASR 语言设置": "ASR 语言设置",
|
"ASR 语言设置": "ASR 语言设置",
|
||||||
|
"ASR 精度设置": "ASR 精度设置",
|
||||||
"模型切换": "模型切换",
|
"模型切换": "模型切换",
|
||||||
"是否开启dpo训练选项(实验性)": "是否开启dpo训练选项(实验性)",
|
"是否开启dpo训练选项(实验性)": "是否开启dpo训练选项(实验性)",
|
||||||
"开启无参考文本模式。不填参考文本亦相当于开启。": "开启无参考文本模式。不填参考文本亦相当于开启。",
|
"开启无参考文本模式。不填参考文本亦相当于开启。": "开启无参考文本模式。不填参考文本亦相当于开启。",
|
||||||
|
4
webui.py
4
webui.py
@ -755,9 +755,9 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|||||||
choices = ["float32"],
|
choices = ["float32"],
|
||||||
interactive = True,
|
interactive = True,
|
||||||
value="float32"
|
value="float32"
|
||||||
)
|
)
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
asr_info = gr.Textbox(label=i18n("ASR进程输出信息"))
|
asr_info = gr.Textbox(label=i18n("ASR进程输出信息"))
|
||||||
|
|
||||||
def change_lang_choices(key): #根据选择的模型修改可选的语言
|
def change_lang_choices(key): #根据选择的模型修改可选的语言
|
||||||
# return gr.Dropdown(choices=asr_dict[key]['lang'])
|
# return gr.Dropdown(choices=asr_dict[key]['lang'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user