Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crisrm128
/
YOLOS-tiny-Docker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
crisrm128
commited on
Nov 22, 2023
Commit
487619b
·
1 Parent(s):
f5d61ec
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -55,5 +55,4 @@ def detect_objects(url: str):
55
"location": box
56
})
57
58
-
return {"detected_objects": detected_objects
, "image_base64": image_base64
}
59
-
55
"location": box
56
})
57
58
+
return {"detected_objects": detected_objects}