Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ model = YOLO('linhcuem/cham_diem_yolov8')
|
|
31 |
|
32 |
###################################################
|
33 |
def yolov8_img_inference(
|
34 |
-
image
|
35 |
model_path= None,
|
36 |
image_size= 640,
|
37 |
conf_threshold= 0.25,
|
|
|
31 |
|
32 |
###################################################
|
33 |
def yolov8_img_inference(
|
34 |
+
image,
|
35 |
model_path= None,
|
36 |
image_size= 640,
|
37 |
conf_threshold= 0.25,
|