Spaces:
Running
on
Zero
Running
on
Zero
Update inference_webui.py
Browse files- inference_webui.py +1 -1
inference_webui.py
CHANGED
@@ -809,7 +809,7 @@ with gr.Blocks(
|
|
809 |
lines=3,
|
810 |
max_lines=3,
|
811 |
info=i18n(
|
812 |
-
"使用无参考文本模式时建议使用微调的GPT,听不清参考音频说的啥(不晓得写啥)
|
813 |
),
|
814 |
)
|
815 |
prompt_language = gr.Dropdown(
|
|
|
809 |
lines=3,
|
810 |
max_lines=3,
|
811 |
info=i18n(
|
812 |
+
"使用无参考文本模式时建议使用微调的GPT,听不清参考音频说的啥(不晓得写啥)可以开。开启后无视填写的参考文本。"
|
813 |
),
|
814 |
)
|
815 |
prompt_language = gr.Dropdown(
|