gsaivinay commited on
Commit
5c704b3
·
1 Parent(s): ad2c21a

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=1200)
425
  scheduler.start()
426
  demo.queue(concurrency_count=40).launch()
 
421
  )
422
 
423
  scheduler = BackgroundScheduler()
424
+ scheduler.add_job(restart_space, "interval", seconds=1800)
425
  scheduler.start()
426
  demo.queue(concurrency_count=40).launch()