Spaces:
Sleeping
Sleeping
- src/submission/submit.py +1 -1
src/submission/submit.py
CHANGED
@@ -39,7 +39,7 @@ def add_new_eval(
|
|
39 |
file_name = f"pred.json"
|
40 |
current_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
|
41 |
|
42 |
-
path = f"{EVAL_REQUESTS_PATH}/{version}/{folder_path}/{file_name}
|
43 |
|
44 |
shutil.copy(upload_file, path)
|
45 |
print("Uploading eval file")
|
|
|
39 |
file_name = f"pred.json"
|
40 |
current_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
|
41 |
|
42 |
+
path = f"{EVAL_REQUESTS_PATH}/{version}/{folder_path}/{file_name}"
|
43 |
|
44 |
shutil.copy(upload_file, path)
|
45 |
print("Uploading eval file")
|