TIMBOVILL commited on
Commit
3623dfa
1 Parent(s): 9ed55fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1628,7 +1628,7 @@ with gr.Blocks(theme=theme) as app:
1628
  interactive=True,
1629
  )
1630
  vc_transform0 = gr.Number(label="Pitch: 0 from man to man (or woman to woman); 12 from man to woman and -12 from woman to man.", value=0)
1631
- )
1632
 
1633
  animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
1634
 
 
1628
  interactive=True,
1629
  )
1630
  vc_transform0 = gr.Number(label="Pitch: 0 from man to man (or woman to woman); 12 from man to woman and -12 from woman to man.", value=0)
1631
+
1632
 
1633
  animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
1634