Omnibus commited on
Commit
a003977
·
verified ·
1 Parent(s): 3263bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,4 +250,4 @@ with gr.Blocks() as app:
250
  drop3.change(make_tree,[drop1,drop2,drop3],[drop4])
251
  ######################
252
  app.load(run,None,[drop1,html_im])
253
- app.launch()
 
250
  drop3.change(make_tree,[drop1,drop2,drop3],[drop4])
251
  ######################
252
  app.load(run,None,[drop1,html_im])
253
+ app.queue(default_concurrency_limit=10).launch()