Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NarendraChari
/
Obj_detect
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NarendraChari
commited on
21 days ago
Commit
7983e76
·
verified
·
1 Parent(s):
e3c8f54
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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: