Spaces:
Running
on
Zero
Running
on
Zero
TheStinger
commited on
Commit
•
a84b62f
1
Parent(s):
6fed976
Update app.py
Browse files
app.py
CHANGED
@@ -1585,7 +1585,7 @@ with gr.Blocks(theme=gr.themes.Base (), title='Mangio-RVC-Web 💻') as app:
|
|
1585 |
f0method0 = gr.Radio(
|
1586 |
label="Optional: Change the Pitch Extraction Algorithm. Extraction methods are sorted from 'worst quality' to 'best quality'. If you don't know what you're doing, leave rmvpe.",
|
1587 |
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1588 |
-
value="
|
1589 |
interactive=True,
|
1590 |
)
|
1591 |
|
|
|
1585 |
f0method0 = gr.Radio(
|
1586 |
label="Optional: Change the Pitch Extraction Algorithm. Extraction methods are sorted from 'worst quality' to 'best quality'. If you don't know what you're doing, leave rmvpe.",
|
1587 |
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1588 |
+
value="pm",
|
1589 |
interactive=True,
|
1590 |
)
|
1591 |
|