linhcuem commited on
Commit
9676381
1 Parent(s): aa18569

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,