karimouda commited on
Commit
5d64ba1
·
1 Parent(s): b0bc37c
Files changed (1) hide show
  1. 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="dataset",
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