daiqi commited on
Commit
fae4e6a
·
verified ·
1 Parent(s): 15f31ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ with demo:
195
 
196
  print("Uploading eval file")
197
  API.upload_file(
198
- path_or_fileobj=out_path,
199
  path_in_repo='commit_results.jsonl',
200
  repo_id="microsoft/MageBench-Leaderboard",
201
  repo_type="space",
 
195
 
196
  print("Uploading eval file")
197
  API.upload_file(
198
+ path_or_fileobj=tmp_path,
199
  path_in_repo='commit_results.jsonl',
200
  repo_id="microsoft/MageBench-Leaderboard",
201
  repo_type="space",