Update README.md
Browse files
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 |
-
```
|
144 |
-
|
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 |
```
|