Spaces:
Sleeping
Sleeping
Commit
·
3120659
1
Parent(s):
048dd9e
updated repo name
Browse files
app.py
CHANGED
|
@@ -352,7 +352,7 @@ from huggingface_hub import Repository
|
|
| 352 |
# Define the local path to clone the repository
|
| 353 |
local_repo_path = "DIS_IPL_Dataset"
|
| 354 |
# Define your dataset repository name on Hugging Face Hub
|
| 355 |
-
repo_id = "Jay-Rajput/DIS_IPL_Dataset"
|
| 356 |
# Clone the repository (this only needs to be done once)
|
| 357 |
repo = Repository(local_dir=local_repo_path, clone_from=repo_id)
|
| 358 |
|
|
|
|
| 352 |
# Define the local path to clone the repository
|
| 353 |
local_repo_path = "DIS_IPL_Dataset"
|
| 354 |
# Define your dataset repository name on Hugging Face Hub
|
| 355 |
+
repo_id = "datasets/Jay-Rajput/DIS_IPL_Dataset"
|
| 356 |
# Clone the repository (this only needs to be done once)
|
| 357 |
repo = Repository(local_dir=local_repo_path, clone_from=repo_id)
|
| 358 |
|