1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

chore: fill en_US translation

This commit is contained in:
源文雨
2024-06-02 23:01:44 +09:00
parent 939cb1ed5d
commit 5433cd00a3
3 changed files with 71 additions and 73 deletions

View File

@@ -69,7 +69,7 @@ with app:
)
f0method0 = gr.Radio(
label=i18n(
"选择音高提取算法,输入歌声可用pm提速,harvest低音好但巨慢无比,crepe效果好但吃GPU"
"选择音高提取算法,输入歌声可用pm提速,harvest低音好但巨慢无比,crepe效果好但吃GPU,rmvpe效果最好且微吃GPU"
),
choices=["pm", "harvest", "crepe", "rmvpe"],
value="pm",