Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Update webUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ylzz1997 committed Mar 31, 2023
1 parent 4aa14a8 commit f21f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def vc_fn2(sid, input_audio, vc_transform, auto_f0,cluster_ratio, slice_db, nois
sid = gr.Dropdown(label="音色(说话人)")
sid_output = gr.Textbox(label="Output Message")

text2tts=gr.Textbox(label="在此输入要转译的文字。注意,使用该功能建议打开F0预测,不然会跟怪")
text2tts=gr.Textbox(label="在此输入要转译的文字。注意,使用该功能建议打开F0预测,不然会很怪")
tts_rate = gr.Number(label="tts语速", value=0)

vc_input3 = gr.Audio(label="上传音频")
Expand Down

0 comments on commit f21f448

Please sign in to comment.