smothiki commited on
Commit
9710daa
1 Parent(s): 578a639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,5 +374,5 @@ scheduler = BackgroundScheduler()
374
  scheduler.add_job(restart_space, "interval", seconds=1800)
375
  scheduler.start()
376
 
377
- demo.queue(concurrency_count=40),
378
  demo.launch()
 
374
  scheduler.add_job(restart_space, "interval", seconds=1800)
375
  scheduler.start()
376
 
377
+ demo.queue(concurrency_limit=40),
378
  demo.launch()