14-26AA commited on
Commit
1501a3c
1 Parent(s): 8be4633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ with app:
34
  vc_output2 = gr.Audio(label="Output Audio")
35
  vc_submit.click(infer, [vc_audio,vc_record,sid, vc_transform], [vc_output1, vc_output2])
36
 
37
- app.launch()
 
34
  vc_output2 = gr.Audio(label="Output Audio")
35
  vc_submit.click(infer, [vc_audio,vc_record,sid, vc_transform], [vc_output1, vc_output2])
36
 
37
+ app.launch(share=True)