JesseGuerrero commited on
Commit
f00eb8b
·
verified ·
1 Parent(s): bb37776

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -140,7 +140,6 @@ Visualization: https://github.com/JesseGuerrero/LST-Visualization <br>
140
 
141
  <p style="margin-bottom: -17px;">Usage Code:</p>
142
 
143
- ```python
144
- from huggingface_hub import snapshot_download
145
- snapshot_download(repo_id="JesseGuerrero/LandsatTemperature", repo_type="dataset")
146
  ```
 
140
 
141
  <p style="margin-bottom: -17px;">Usage Code:</p>
142
 
143
+ ```bash
144
+ huggingface-cli download JesseGuerrero/LandsatTemperature --repo-type dataset --local-dir ./Data
 
145
  ```