sriting commited on
Commit
b16c2d4
·
1 Parent(s): fda9de0

fix: launch params

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,4 +353,4 @@ with gr.Blocks() as demo, ms.Application(), antdx.XProvider():
353
 
354
 
355
  if __name__ == '__main__':
356
- demo.queue(default_concurrency_limit=50).launch()
 
353
 
354
 
355
  if __name__ == '__main__':
356
+ demo.queue(default_concurrency_limit=50).launch(share=True)