Spaces:
Running
Running
Update src/saving_utils.py
Browse files- src/saving_utils.py +1 -1
src/saving_utils.py
CHANGED
@@ -71,7 +71,7 @@ def upload_to_hub(benchmark_types, repo_id="mgyigit/probe-data", repo_type="spac
|
|
71 |
print(f"Uploaded {local_path} to {repo_id}/{file_name}")
|
72 |
|
73 |
os.remove(local_path)
|
74 |
-
print(f"Removed local file: {
|
75 |
|
76 |
return 0
|
77 |
|
|
|
71 |
print(f"Uploaded {local_path} to {repo_id}/{file_name}")
|
72 |
|
73 |
os.remove(local_path)
|
74 |
+
print(f"Removed local file: {local_path}")
|
75 |
|
76 |
return 0
|
77 |
|