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