Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ Use `ultralytics` library to load and use the model:
|
|
8 |
|
9 |
```python
|
10 |
from ultralytics import YOLO
|
11 |
-
model = YOLO('
|
12 |
results = model.predict(source='image.jpg')
|
13 |
results.show()
|
14 |
```
|
|
|
8 |
|
9 |
```python
|
10 |
from ultralytics import YOLO
|
11 |
+
model = YOLO('yolo8nGender.pt')
|
12 |
results = model.predict(source='image.jpg')
|
13 |
results.show()
|
14 |
```
|