Spaces:
Runtime error
Runtime error
save log to a none exist file
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ if __name__ == '__main__':
|
|
| 141 |
|
| 142 |
api.upload_file(
|
| 143 |
path_or_fileobj="./test.json",
|
| 144 |
-
path_in_repo="
|
| 145 |
repo_id="OpenDILabCommunity/container",
|
| 146 |
repo_type="dataset",
|
| 147 |
)
|
|
|
|
| 141 |
|
| 142 |
api.upload_file(
|
| 143 |
path_or_fileobj="./test.json",
|
| 144 |
+
path_in_repo="log.log",
|
| 145 |
repo_id="OpenDILabCommunity/container",
|
| 146 |
repo_type="dataset",
|
| 147 |
)
|