Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -68,8 +68,8 @@ huggingface-cli download LivingOptics/hyperspectral-fruit --repo-type dataset --
|
|
68 |
|
69 |
### Python
|
70 |
```python
|
71 |
-
from huggingface_hub import
|
72 |
-
dataset_path =
|
73 |
print(dataset_path)
|
74 |
```
|
75 |
|
|
|
68 |
|
69 |
### Python
|
70 |
```python
|
71 |
+
from huggingface_hub import snapshot_download
|
72 |
+
dataset_path = snapshot_download(repo_id="LivingOptics/hyperspectral-fruit", repo_type="dataset")
|
73 |
print(dataset_path)
|
74 |
```
|
75 |
|