lewiswatson commited on
Commit
0c06b12
1 Parent(s): b8758eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ Yolo v8x Finetuned on the [hand gestures roboflow dataset.](https://universe.rob
14
 
15
 
16
  ## Inference
17
- ```from ultralyticsplus import YOLO, render_result
 
18
 
19
  # load model
20
  model = YOLO('lewiswatson/yolov8x-tuned-hand-gestures')
 
14
 
15
 
16
  ## Inference
17
+ ```py
18
+ from ultralyticsplus import YOLO, render_result
19
 
20
  # load model
21
  model = YOLO('lewiswatson/yolov8x-tuned-hand-gestures')