Spaces:
Running
Running
Update app.py
Browse files
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=
|
| 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 |
)
|