Dhanush4149 commited on
Commit
9ddb16a
·
verified ·
1 Parent(s): 2d7f226

Update README.md

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