TIMBOVILL commited on
Commit
f631f63
1 Parent(s): fdae2b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -1627,6 +1627,13 @@ with gr.Blocks(theme=theme) as app:
1627
  value=0.66,
1628
  interactive=True,
1629
  )
 
 
 
 
 
 
 
1630
 
1631
  animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
1632
 
 
1627
  value=0.66,
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])
1639