Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
30208c6
1
Parent(s):
b6d62ae
testing schedule
Browse files
app.py
CHANGED
|
@@ -443,7 +443,7 @@ with gr.Blocks() as demo:
|
|
| 443 |
scheduler = BackgroundScheduler()
|
| 444 |
|
| 445 |
# if local:
|
| 446 |
-
scheduler.add_job(notify_about_new_models, "interval", minutes=
|
| 447 |
# else:
|
| 448 |
# scheduler.add_job(
|
| 449 |
# notify_about_new_models,
|
|
|
|
| 443 |
scheduler = BackgroundScheduler()
|
| 444 |
|
| 445 |
# if local:
|
| 446 |
+
scheduler.add_job(notify_about_new_models, "interval", minutes=2)
|
| 447 |
# else:
|
| 448 |
# scheduler.add_job(
|
| 449 |
# notify_about_new_models,
|