Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ The **Segment Anything Model (SAM)** produces high quality object masks from inp
|
|
26 |
pip install huggingface_hub
|
27 |
```
|
28 |
|
29 |
-
Then
|
30 |
|
31 |
```python
|
32 |
from huggingface_hub import hf_hub_download
|
|
|
26 |
pip install huggingface_hub
|
27 |
```
|
28 |
|
29 |
+
Then let's say you want to download the file `checkpoints/sam_vit_b_01ec64.pth`,
|
30 |
|
31 |
```python
|
32 |
from huggingface_hub import hf_hub_download
|