Hev832 Blane187 commited on
Commit
af6699f
1 Parent(s): 4783ad5

Update app.py (#4)

Browse files

- Update app.py (c7e14155113e61f7812a24dcaa607cdf0688771d)


Co-authored-by: Rico Ardiansyah <Blane187@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks(title="Hex RVC", theme=gr.themes.Base(primary_hue="red", secondar
292
  with gr.Accordion("Conversion Settings"):
293
  with gr.Row():
294
  F0_CHANGE = gr.Number(label="Pitch Change (semitones)", value=0)
295
- F0_METHOD = gr.Dropdown(choices=["crepe", "harvest", "mangio-crepe", "rmvpe", "fcpe", "hybrid[rmvpe+fcpe]"], label="F0 Method", value="fcpe")
296
  with gr.Row():
297
  MIN_PITCH = gr.Textbox(label="Min Pitch", value="50")
298
  MAX_PITCH = gr.Textbox(label="Max Pitch", value="1100")
 
292
  with gr.Accordion("Conversion Settings"):
293
  with gr.Row():
294
  F0_CHANGE = gr.Number(label="Pitch Change (semitones)", value=0)
295
+ F0_METHOD = gr.Dropdown(choices=["crepe", "harvest", "mangio-crepe", "rmvpe", "rmvpe_legacy", "fcpe", "fcpe_legacy", "hybrid[rmvpe+fcpe]"], label="F0 Method", value="fcpe")
296
  with gr.Row():
297
  MIN_PITCH = gr.Textbox(label="Min Pitch", value="50")
298
  MAX_PITCH = gr.Textbox(label="Max Pitch", value="1100")