kevinwang676 commited on
Commit
1387bb0
1 Parent(s): 37419c9

Update app_multi.py

Browse files
Files changed (1) hide show
  1. app_multi.py +2 -2
app_multi.py CHANGED
@@ -676,8 +676,8 @@ with app:
676
  )
677
  f0_method = gr.Radio(
678
  label='f0 methods',
679
- choices=['pm', 'harvest'],
680
- value='pm',
681
  interactive=True
682
  )
683
 
 
676
  )
677
  f0_method = gr.Radio(
678
  label='f0 methods',
679
+ choices=['pm', 'rmvpe'],
680
+ value='rmvpe',
681
  interactive=True
682
  )
683