ybelkada commited on
Commit
d5dcffe
·
1 Parent(s): 145a036

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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