gsaivinay commited on
Commit
ad2c21a
·
1 Parent(s): 63d9546

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -421,6 +421,6 @@ with demo:
421
  )
422
 
423
  scheduler = BackgroundScheduler()
424
- scheduler.add_job(restart_space, "interval", seconds=600)
425
  scheduler.start()
426
  demo.queue(concurrency_count=40).launch()
 
421
  )
422
 
423
  scheduler = BackgroundScheduler()
424
+ scheduler.add_job(restart_space, "interval", seconds=1200)
425
  scheduler.start()
426
  demo.queue(concurrency_count=40).launch()