akhaliq HF staff commited on
Commit
a41a16a
1 Parent(s): 3715b36

increase concurrency count to 500 (#6)

Browse files

- increase concurrency count to 500 (561c8dd0a6e6c8e9e3d4df48ed5ab19d67a44734)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,4 +197,4 @@ with block:
197
  """
198
  )
199
 
200
- block.queue(concurrency_count=100).launch()
 
197
  """
198
  )
199
 
200
+ block.queue(concurrency_count=500).launch()