“destiny” commited on
Commit
6b4a87a
·
1 Parent(s): 343172d

share true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,4 +303,4 @@ if __name__ == '__main__':
303
  js="()=>[null,null]")
304
  vc_submit.click(soft_vc_fn, [vc_input1, vc_input2, vc_input3],
305
  [vc_output1, vc_output2])
306
- app.queue(concurrency_count=3).launch(show_api=False, share=True)
 
303
  js="()=>[null,null]")
304
  vc_submit.click(soft_vc_fn, [vc_input1, vc_input2, vc_input3],
305
  [vc_output1, vc_output2])
306
+ app.queue(concurrency_count=3).launch(show_api=False, share=args.share)