Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
d775ce8
1
Parent(s):
dcfabfb
test
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ with demo:
|
|
95 |
elem_id="citation-button",
|
96 |
).style(show_copy_button=True)
|
97 |
|
98 |
-
|
99 |
# Restart space every hour
|
100 |
scheduler = BackgroundScheduler()
|
101 |
scheduler.add_job(restart_space, "interval", seconds=3600,
|
|
|
95 |
elem_id="citation-button",
|
96 |
).style(show_copy_button=True)
|
97 |
|
|
|
98 |
# Restart space every hour
|
99 |
scheduler = BackgroundScheduler()
|
100 |
scheduler.add_job(restart_space, "interval", seconds=3600,
|