multimodalart HF staff commited on
Commit
0d19a77
·
verified ·
1 Parent(s): cd796d6

Remove concurrency limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -736,5 +736,5 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
736
  )
737
 
738
  if __name__ == "__main__":
739
- demo.queue()
740
  demo.launch()
 
736
  )
737
 
738
  if __name__ == "__main__":
739
+ demo.queue(default_concurrency_limit=None)
740
  demo.launch()