apsys commited on
Commit
da52a72
1 Parent(s): 7518684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,6 +211,6 @@ with demo:
211
  )
212
 
213
  scheduler = BackgroundScheduler()
214
- # scheduler.add_job(restart_space, "interval", seconds=1800)
215
  scheduler.start()
216
  demo.queue(default_concurrency_limit=40).launch()
 
211
  )
212
 
213
  scheduler = BackgroundScheduler()
214
+ scheduler.add_job(restart_space, "interval", seconds=1800)
215
  scheduler.start()
216
  demo.queue(default_concurrency_limit=40).launch()