davanstrien HF Staff commited on
Commit
10fbaa6
·
1 Parent(s): dbb80f1

up concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ This app will check your model's metadata for a few common issues."""
331
  markdown = gr.Number()
332
  button.click(_basic_check, text, markdown)
333
 
334
- demo.queue(concurrency_count=8, max_size=5)
335
  demo.launch()
336
 
337
 
 
331
  markdown = gr.Number()
332
  button.click(_basic_check, text, markdown)
333
 
334
+ demo.queue(concurrency_count=32)
335
  demo.launch()
336
 
337