Spaces:
Paused
Paused
Commit
·
ec5b5a2
1
Parent(s):
ef69b25
Update CommitScheduler frequency to every 5 mins
Browse files
main.py
CHANGED
@@ -28,7 +28,7 @@ scheduler = CommitScheduler(
|
|
28 |
repo_type="dataset",
|
29 |
folder_path="data",
|
30 |
path_in_repo="data",
|
31 |
-
every=
|
32 |
token=HF_TOKEN,
|
33 |
hf_api=hf_api,
|
34 |
)
|
|
|
28 |
repo_type="dataset",
|
29 |
folder_path="data",
|
30 |
path_in_repo="data",
|
31 |
+
every=5,
|
32 |
token=HF_TOKEN,
|
33 |
hf_api=hf_api,
|
34 |
)
|