waloneai commited on
Commit
29a8b1d
·
verified ·
1 Parent(s): f9e25a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,4 +390,4 @@ with gr.Blocks() as demo:
390
  )
391
 
392
  demo.queue(default_concurrency_limit=200)
393
- demo.launch(show_api=False, ssr_mode=False)
 
390
  )
391
 
392
  demo.queue(default_concurrency_limit=200)
393
+ demo.launch(show_api=False, ssr_mode=False, share=True)