Update README.md
Browse files
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/
|
| 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:
|