AlshimaaGamalAlsaied commited on
Commit
523db07
Β·
1 Parent(s): 57d8a9d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def image_fn(
23
  iou_threshold: gr.inputs.Slider = 0.45,
24
  ):
25
  """
26
- YOLOv7 inference function
27
  Args:
28
  image: Input image
29
  model_path: Path to the model
 
23
  iou_threshold: gr.inputs.Slider = 0.45,
24
  ):
25
  """
26
+ YOLOv5 inference function
27
  Args:
28
  image: Input image
29
  model_path: Path to the model