maxmax20160403 commited on
Commit
324ad6a
1 Parent(s): b92a53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,4 +212,4 @@ with app:
212
  vc_output2 = gr.Audio(label="转换音频")
213
  vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
214
 
215
- app.launch()
 
212
  vc_output2 = gr.Audio(label="转换音频")
213
  vc_submit.click(svc_main, [sid, vc_input3], [vc_output1, vc_output2])
214
 
215
+ app.launch(share=True)