daiqi commited on
Commit
67972f9
·
verified ·
1 Parent(s): ead38c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with demo:
174
  API.upload_file(
175
  path_or_fileobj=out_path,
176
  path_in_repo=out_path,
177
- repo_id=QUEUE_REPO,
178
  repo_type="space",
179
  commit_message=f"Add {result} to checking queue",
180
  )
 
174
  API.upload_file(
175
  path_or_fileobj=out_path,
176
  path_in_repo=out_path,
177
+ repo_id="microsoft/MageBench-Leaderboard",
178
  repo_type="space",
179
  commit_message=f"Add {result} to checking queue",
180
  )