Spaces:
Runtime error
Runtime error
AlshimaaGamalAlsaied
commited on
Commit
Β·
523db07
1
Parent(s):
57d8a9d
commit
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def image_fn(
|
|
23 |
iou_threshold: gr.inputs.Slider = 0.45,
|
24 |
):
|
25 |
"""
|
26 |
-
|
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
|