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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1628,11 +1628,6 @@ 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
- minimum=-12,
1632
- maximum=12,
1633
- label=i18n("检索特征占比"),
1634
- value=0,
1635
- interactive=True,
1636
  )
1637
 
1638
  animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
 
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])