openvision commited on
Commit
8484d4b
·
verified ·
1 Parent(s): 1daa202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Download the model:
26
  ```python
27
  from huggingface_hub import hf_hub_download
28
 
29
- model_path = hf_hub_download(repo_id="openvision/yoloe-26x-seg", filename="model.pt")
30
  ```
31
 
32
  Infer:
 
26
  ```python
27
  from huggingface_hub import hf_hub_download
28
 
29
+ model_path = hf_hub_download(repo_id="openvision/yoloe26-x-seg", filename="model.pt")
30
  ```
31
 
32
  Infer: