20065320rp commited on
Commit
9c06068
1 Parent(s): 75598f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from ultralyticsplus import YOLO, render_result
4
  image = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg'
5
 
6
 
7
- def PPE(params):
8
  # load model
9
  model = YOLO('keremberke/yolov8m-protective-equipment-detection')
10
 
 
4
  image = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg'
5
 
6
 
7
+ def PPE(image):
8
  # load model
9
  model = YOLO('keremberke/yolov8m-protective-equipment-detection')
10