Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1626,8 +1626,8 @@ with gr.Blocks(theme=theme) as app:
|
|
1626 |
interactive=True,
|
1627 |
)
|
1628 |
f0method0 = gr.Radio(
|
1629 |
-
label="
|
1630 |
-
choices=["pm", "
|
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 |
)
|