multimodalart HF Staff commited on
Commit
161221c
·
verified ·
1 Parent(s): bba4030

Add concurrency_limit

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -223,4 +223,5 @@ with demo:
223
  )
224
 
225
  if __name__ == "__main__":
 
226
  demo.launch()
 
223
  )
224
 
225
  if __name__ == "__main__":
226
+ demo.queue(max_size=None, default_concurrency_limit=None)
227
  demo.launch()