Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ with demo:
|
|
| 195 |
|
| 196 |
print("Uploading eval file")
|
| 197 |
API.upload_file(
|
| 198 |
-
path_or_fileobj=
|
| 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",
|