Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1625,15 +1625,14 @@ with gr.Blocks(theme=theme) as app:
|
|
1625 |
value=0.66,
|
1626 |
interactive=True,
|
1627 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
1628 |
|
1629 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1630 |
-
|
1631 |
-
f0method0 = gr.Radio(
|
1632 |
-
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.",
|
1633 |
-
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1634 |
-
value="rmvpe",
|
1635 |
-
interactive=True,
|
1636 |
-
)
|
1637 |
|
1638 |
crepe_hop_length = gr.Slider(
|
1639 |
minimum=1,
|
|
|
1625 |
value=0.66,
|
1626 |
interactive=True,
|
1627 |
)
|
1628 |
+
f0method0 = gr.Radio(
|
1629 |
+
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.",
|
1630 |
+
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1631 |
+
value="rmvpe",
|
1632 |
+
interactive=True,
|
1633 |
+
)
|
1634 |
|
1635 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1636 |
|
1637 |
crepe_hop_length = gr.Slider(
|
1638 |
minimum=1,
|