Spaces:
Sleeping
Sleeping
Update user_evaluation_variables.py
Browse files
user_evaluation_variables.py
CHANGED
@@ -15,7 +15,7 @@ EVAL_DATABASE_UPDATE_SCHEDULER = CommitScheduler(
|
|
15 |
repo_type="dataset",
|
16 |
folder_path=EVAL_DATABASE_DIR,
|
17 |
path_in_repo="data",
|
18 |
-
every=
|
19 |
)
|
20 |
|
21 |
USERNAME = "ANONYMOUS"
|
|
|
15 |
repo_type="dataset",
|
16 |
folder_path=EVAL_DATABASE_DIR,
|
17 |
path_in_repo="data",
|
18 |
+
every=2,
|
19 |
)
|
20 |
|
21 |
USERNAME = "ANONYMOUS"
|