Omid Ghahroodi commited on
Commit
f4835ec
1 Parent(s): b2909eb

Fix launch

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -343,5 +343,5 @@ with demo:
343
  scheduler = BackgroundScheduler()
344
  scheduler.add_job(restart_space, "interval", seconds=1800)
345
  scheduler.start()
346
- # demo.queue(default_concurrency_limit=40).launch()
347
- demo.queue().launch()
 
343
  scheduler = BackgroundScheduler()
344
  scheduler.add_job(restart_space, "interval", seconds=1800)
345
  scheduler.start()
346
+ demo.queue(default_concurrency_limit=40).launch()
347
+ # demo.queue().launch()