Andrei Cozma commited on
Commit
46e4f7b
·
1 Parent(s): f221e91
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -441,5 +441,5 @@ with gr.Blocks(title="CS581 Demo") as demo:
441
  ],
442
  )
443
 
444
- demo.queue(concurrency_count=2)
445
  demo.launch()
 
441
  ],
442
  )
443
 
444
+ demo.queue(concurrency_count=8)
445
  demo.launch()