Spaces:
Running
Running
abhinav-joshi
commited on
Commit
•
1eda6aa
1
Parent(s):
0ddbd2e
fix space
Browse files- uploads.py +1 -1
uploads.py
CHANGED
@@ -109,7 +109,7 @@ def add_new_eval(
|
|
109 |
path_in_repo=f"submissions/baseline/baseline.csv",
|
110 |
path_or_fileobj=leaderboard_buffer,
|
111 |
token=TOKEN,
|
112 |
-
repo_type="
|
113 |
)
|
114 |
|
115 |
return format_log(
|
|
|
109 |
path_in_repo=f"submissions/baseline/baseline.csv",
|
110 |
path_or_fileobj=leaderboard_buffer,
|
111 |
token=TOKEN,
|
112 |
+
repo_type="space",
|
113 |
)
|
114 |
|
115 |
return format_log(
|