mitudesk commited on
Commit
b9541c7
1 Parent(s): 0f6f46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ with app:
68
  不要使用太长的语音
69
  """)
70
  vc_submit.click(vc_fn, [sid, vc_input3, vc_transform], [
71
- vc_output1, vc_output2],api_name='predict')
72
 
73
  app.launch(show_api=True)
 
68
  不要使用太长的语音
69
  """)
70
  vc_submit.click(vc_fn, [sid, vc_input3, vc_transform], [
71
+ vc_output1, vc_output2],api_name="predict")
72
 
73
  app.launch(show_api=True)