Merge branch 'main' of https://huggingface.co/spaces/juuxn/SimpleRVC
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ with gr.Blocks() as app:
|
|
| 133 |
model_url = gr.Textbox(placeholder="https://huggingface.co/AIVER-SE/BillieEilish/resolve/main/BillieEilish.zip", label="Url del modelo", show_label=True)
|
| 134 |
audio_path = gr.Audio(label="Archivo de audio", show_label=True, type="filepath", )
|
| 135 |
f0_method = gr.Dropdown(choices=["harvest", "pm", "crepe", "crepe-tiny", "mangio-crepe", "mangio-crepe-tiny", "rmvpe"],
|
| 136 |
-
value="
|
| 137 |
label="Algoritmo", show_label=True)
|
| 138 |
# Salida
|
| 139 |
with gr.Row():
|
|
|
|
| 133 |
model_url = gr.Textbox(placeholder="https://huggingface.co/AIVER-SE/BillieEilish/resolve/main/BillieEilish.zip", label="Url del modelo", show_label=True)
|
| 134 |
audio_path = gr.Audio(label="Archivo de audio", show_label=True, type="filepath", )
|
| 135 |
f0_method = gr.Dropdown(choices=["harvest", "pm", "crepe", "crepe-tiny", "mangio-crepe", "mangio-crepe-tiny", "rmvpe"],
|
| 136 |
+
value="rmvpe",
|
| 137 |
label="Algoritmo", show_label=True)
|
| 138 |
# Salida
|
| 139 |
with gr.Row():
|