Update app.py
Browse files
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")
|