nevreal commited on
Commit
9220f1e
1 Parent(s): 92a81df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -841,8 +841,8 @@ with gr.Blocks(title="NEX RVC WebUI", theme="nevreal/blues") as app:
841
  value=0,
842
  )
843
  f0methodt = gr.Radio(
844
- label=i18n(
845
- "选择音高提取算法,输入歌声可用pm提速,harvest低音好但巨慢无比,crepe效果好但吃GPU,rmvpe效果最好且微吃GPU"
846
  ),
847
  choices=(
848
  ["crepe", "rmvpe"]
 
841
  value=0,
842
  )
843
  f0methodt = gr.Radio(
844
+ label=(
845
+ "select your f0 method. crepe and rmvpe"
846
  ),
847
  choices=(
848
  ["crepe", "rmvpe"]