NarendraChari commited on
Commit
7983e76
·
verified ·
1 Parent(s): e3c8f54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def yolov8_inference(
12
  conf_threshold,
13
  iou_threshold,
14
  ):
 
15
  """
16
  YOLOv8 inference function
17
  Args:
 
12
  conf_threshold,
13
  iou_threshold,
14
  ):
15
+
16
  """
17
  YOLOv8 inference function
18
  Args: