Spaces:
Runtime error
Runtime error
Kevin Louis commited on
Commit ·
e9633fa
1
Parent(s): ad774cf
update app with scheduled logging
Browse filesupdate app with scheduled logging logging occurs once a day , every 1440 minutes
app.py
CHANGED
|
@@ -21,7 +21,7 @@ scheduler = CommitScheduler(
|
|
| 21 |
repo_type="dataset",
|
| 22 |
folder_path=log_file_path.parent,
|
| 23 |
path_in_repo="data",
|
| 24 |
-
every=
|
| 25 |
private=True,
|
| 26 |
token=HF_TOKEN
|
| 27 |
)
|
|
|
|
| 21 |
repo_type="dataset",
|
| 22 |
folder_path=log_file_path.parent,
|
| 23 |
path_in_repo="data",
|
| 24 |
+
every=1440,
|
| 25 |
private=True,
|
| 26 |
token=HF_TOKEN
|
| 27 |
)
|