Eli-S commited on
Commit
b2252c5
1 Parent(s): 5b4dbb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 napshot_download
72
- dataset_path = napshot_download(repo_id="LivingOptics/hyperspectral-fruit", repo_type="dataset")
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