Blane187 commited on
Commit
f2cd40c
·
verified ·
1 Parent(s): 1c2c969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,9 +79,9 @@ with gr.Blocks(title="RVC V2",theme="Blane187/fuchsia") as app:
79
  with gr.Accordion("General Settings", open=False):
80
  f0method0 = gr.Radio(
81
  label="Method",
82
- choices=["pm", "harvest", "crepe", "rmvpe", " dio", "fcpe"]
83
  if config.dml == False
84
- else ["pm", "harvest", "rmvpe", " dio", "fcpe"],
85
  value="rmvpe",
86
  interactive=True,
87
  )
 
79
  with gr.Accordion("General Settings", open=False):
80
  f0method0 = gr.Radio(
81
  label="Method",
82
+ choices=["pm", "harvest", "crepe", "rmvpe"]
83
  if config.dml == False
84
+ else ["pm", "harvest", "rmvpe"],
85
  value="rmvpe",
86
  interactive=True,
87
  )