Spaces:
Sleeping
Sleeping
jarajpu
commited on
Commit
·
706e844
1
Parent(s):
778c06e
Storing predictions to diff repo
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ scheduler = CommitScheduler(
|
|
| 34 |
repo_type="dataset",
|
| 35 |
folder_path=PREDICTIONS_FOLDER, # Local folder where predictions are saved temporarily
|
| 36 |
path_in_repo="predictions", # Path in dataset repo where predictions will be saved
|
| 37 |
-
every=
|
| 38 |
)
|
| 39 |
|
| 40 |
# Initialize CommitScheduler
|
|
|
|
| 34 |
repo_type="dataset",
|
| 35 |
folder_path=PREDICTIONS_FOLDER, # Local folder where predictions are saved temporarily
|
| 36 |
path_in_repo="predictions", # Path in dataset repo where predictions will be saved
|
| 37 |
+
every=60, # Push every 240 minutes (4 hours)
|
| 38 |
)
|
| 39 |
|
| 40 |
# Initialize CommitScheduler
|