Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
feb563e
1
Parent(s):
d1935ca
every ten mins
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=10)
|
| 447 |
# else:
|
| 448 |
# scheduler.add_job(
|
| 449 |
# notify_about_new_models,
|