Spaces:
Sleeping
Sleeping
Update infer.py
Browse files
infer.py
CHANGED
@@ -685,7 +685,7 @@ with gr.Blocks() as app:
|
|
685 |
label="Pitch extraction algorithm",
|
686 |
info=f0method_info,
|
687 |
choices=f0method_mode,
|
688 |
-
value="
|
689 |
interactive=True,
|
690 |
)
|
691 |
index_rate0 = gr.Slider(
|
|
|
685 |
label="Pitch extraction algorithm",
|
686 |
info=f0method_info,
|
687 |
choices=f0method_mode,
|
688 |
+
value="crepe",
|
689 |
interactive=True,
|
690 |
)
|
691 |
index_rate0 = gr.Slider(
|