Update app.py
Browse files
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"
|
83 |
if config.dml == False
|
84 |
-
else ["pm", "harvest", "rmvpe"
|
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 |
)
|