teknium commited on
Commit
de44b85
·
verified ·
1 Parent(s): 1b98ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -168,6 +168,5 @@ def restart_space():
168
  scheduler = BackgroundScheduler()
169
  scheduler.add_job(restart_space, "interval", seconds=60 * 15) # restart every 15 minutes
170
  scheduler.start()
171
- print("")
172
 
173
  demo.launch()
 
168
  scheduler = BackgroundScheduler()
169
  scheduler.add_job(restart_space, "interval", seconds=60 * 15) # restart every 15 minutes
170
  scheduler.start()
 
171
 
172
  demo.launch()