mitudesk commited on
Commit
8756216
1 Parent(s): f0bae23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ with app:
70
  vc_submit.click(vc_fn, [sid, vc_input3, vc_transform], [
71
  vc_output1, vc_output2])
72
 
73
- app.launch()
 
70
  vc_submit.click(vc_fn, [sid, vc_input3, vc_transform], [
71
  vc_output1, vc_output2])
72
 
73
+ app.launch(show_api=True, share=args.share)