Update app.py
Browse files
app.py
CHANGED
@@ -1630,8 +1630,8 @@ with gr.Blocks(theme=theme) as app:
|
|
1630 |
|
1631 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1632 |
|
1633 |
-
with gr.Accordion("Advanced Options", open=False
|
1634 |
-
|
1635 |
f0method0 = gr.Radio(
|
1636 |
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.",
|
1637 |
choices=["rmvpe"], # Fork Feature. Add Crepe-Tiny
|
|
|
1630 |
|
1631 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1632 |
|
1633 |
+
with gr.Accordion("Advanced Options", open=False):
|
1634 |
+
with gr.Row()):
|
1635 |
f0method0 = gr.Radio(
|
1636 |
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.",
|
1637 |
choices=["rmvpe"], # Fork Feature. Add Crepe-Tiny
|