TIMBOVILL commited on
Commit
d5f6794
·
verified ·
1 Parent(s): 53cb39b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, visible=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
 
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