Spaces:
Sleeping
Sleeping
github-actions[bot]
commited on
Commit
·
b1279f9
1
Parent(s):
20cfecf
Deploy from GitHub - 2026-01-19 04:27:15
Browse files
upload_kernels_to_dataset.py
CHANGED
|
@@ -79,7 +79,7 @@ def upload_kernels():
|
|
| 79 |
api.create_repo(
|
| 80 |
repo_id=DATASET_ID.split("/")[1],
|
| 81 |
repo_type="dataset",
|
| 82 |
-
|
| 83 |
exist_ok=True
|
| 84 |
)
|
| 85 |
print(f"Dataset created: {DATASET_ID}")
|
|
|
|
| 79 |
api.create_repo(
|
| 80 |
repo_id=DATASET_ID.split("/")[1],
|
| 81 |
repo_type="dataset",
|
| 82 |
+
private=False,
|
| 83 |
exist_ok=True
|
| 84 |
)
|
| 85 |
print(f"Dataset created: {DATASET_ID}")
|