TIMBOVILL commited on
Commit
8a5eb98
·
verified ·
1 Parent(s): 2cfb3fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1626,8 +1626,8 @@ with gr.Blocks(theme=theme) as app:
1626
  interactive=True,
1627
  )
1628
  f0method0 = gr.Radio(
1629
- label="Optional: Change the Pitch Extraction Algorithm. Extraction methods are sorted from 'worst quality' to 'best quality'. If you don't know what you're doing, leave rmvpe.",
1630
- choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
1631
  value="rmvpe",
1632
  interactive=True,
1633
  )
 
1626
  interactive=True,
1627
  )
1628
  f0method0 = gr.Radio(
1629
+ label="Extraction Type, RVMPE is better, PM is used by kits.ai",
1630
+ choices=["pm", "rmvpe"], # Fork Feature. Add Crepe-Tiny
1631
  value="rmvpe",
1632
  interactive=True,
1633
  )