Remade multimodalart HF staff commited on
Commit
d950c22
·
verified ·
1 Parent(s): 84b3b1e

Remove concurrency limit (#1)

Browse files

- Remove concurrency limit (0d19a771a1e33fcd0a9609783c88d795c9d151ff)


Co-authored-by: Apolinário from multimodal AI art <[email protected]>

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