Spaces:
Running
Running
variable name change.
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ def add_new_eval(
|
|
| 179 |
path_in_repo=dataset_out_path,
|
| 180 |
repo_id=REQUESTS_DATASET_PATH,
|
| 181 |
repo_type="dataset",
|
| 182 |
-
commit_message=f"Adding {
|
| 183 |
)
|
| 184 |
|
| 185 |
# Remove the local file
|
|
|
|
| 179 |
path_in_repo=dataset_out_path,
|
| 180 |
repo_id=REQUESTS_DATASET_PATH,
|
| 181 |
repo_type="dataset",
|
| 182 |
+
commit_message=f"Adding {model_name} to requests queue.",
|
| 183 |
)
|
| 184 |
|
| 185 |
# Remove the local file
|