Andrei Cozma commited on
Commit
6a793bc
·
1 Parent(s): 53c3925
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -398,5 +398,5 @@ with gr.Blocks(title="CS581 Demo") as demo:
398
  ],
399
  )
400
 
401
- demo.queue(concurrency_count=2)
402
  demo.launch()
 
398
  ],
399
  )
400
 
401
+ demo.queue(concurrency_count=3)
402
  demo.launch()