ORI-Muchim commited on
Commit
26a5496
1 Parent(s): cc13d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,4 +156,4 @@ if __name__ == '__main__':
156
  return [];
157
  }}""")
158
 
159
- app.queue(concurrency_count=3).launch(show_api=False)
 
156
  return [];
157
  }}""")
158
 
159
+ app.queue(concurrency_count=3).launch(show_api=False, share=args.share)