kevinwang676 commited on
Commit
153b959
1 Parent(s): 52df569

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ if __name__ == '__main__':
386
  with gr.Column():
387
  vc_transform0 = gr.Number(label="变调", value=0, info='默认为0;+2为升两个key')
388
  f0method0 = gr.Radio(
389
- label="Pitch extraction algorithm",
390
  info=f0method_info,
391
  choices=f0method_mode,
392
  value="crepe",
 
386
  with gr.Column():
387
  vc_transform0 = gr.Number(label="变调", value=0, info='默认为0;+2为升两个key')
388
  f0method0 = gr.Radio(
389
+ label="AI转换方法:crepe效果最好,需要时间最长",
390
  info=f0method_info,
391
  choices=f0method_mode,
392
  value="crepe",