sheonhan commited on
Commit
f458f0b
1 Parent(s): d35aee2

Increase concurrency count

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -478,4 +478,5 @@ with demo:
478
  scheduler = BackgroundScheduler()
479
  scheduler.add_job(restart_space, "interval", seconds=3600)
480
  scheduler.start()
481
- demo.launch()
 
 
478
  scheduler = BackgroundScheduler()
479
  scheduler.add_job(restart_space, "interval", seconds=3600)
480
  scheduler.start()
481
+ demo.queue(concurrency_count=40).launch()
482
+