nehulagrawal commited on
Commit
2b0ad2a
1 Parent(s): 015852f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -84,6 +84,7 @@ This model is hosted on Hugging Face, making it incredibly easy to integrate and
84
  ```bash
85
  pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
86
  ```
 
87
 
88
  ```python
89
  from ultralyticsplus import YOLO, render_result
 
84
  ```bash
85
  pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
86
  ```
87
+ - Load model and perform real-time prediction:
88
 
89
  ```python
90
  from ultralyticsplus import YOLO, render_result