test
Browse files- src/submission/submit.py +1 -1
src/submission/submit.py
CHANGED
@@ -107,7 +107,7 @@ def add_new_eval(
|
|
107 |
path_or_fileobj=out_path,
|
108 |
path_in_repo=out_path,
|
109 |
repo_id=QUEUE_REPO,
|
110 |
-
repo_type="
|
111 |
commit_message=f"Add {model} to eval queue",
|
112 |
)
|
113 |
|
|
|
107 |
path_or_fileobj=out_path,
|
108 |
path_in_repo=out_path,
|
109 |
repo_id=QUEUE_REPO,
|
110 |
+
repo_type="space",
|
111 |
commit_message=f"Add {model} to eval queue",
|
112 |
)
|
113 |
|