Abhishek Thakur commited on
Commit
588281d
·
1 Parent(s): c9fd8fc

concurrency_count

Browse files
Files changed (1) hide show
  1. competitions/cli/run.py +1 -1
competitions/cli/run.py CHANGED
@@ -24,4 +24,4 @@ class RunCompetitionsAppCommand(BaseCompetitionsCommand):
24
  def run(self):
25
  from ..competitions import demo
26
 
27
- demo.launch(concurrency_count=50)
 
24
  def run(self):
25
  from ..competitions import demo
26
 
27
+ demo.queue(concurrency_count=50).launch()