Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hkronboch
/
Trashdetection
like
0
Sleeping
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
Hkronboch
commited on
Oct 11, 2023
Commit
9701bf4
·
1 Parent(s):
d025638
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
from ultralytics import YOLO
2
3
model = YOLO('turhancan97/yolov8-segment-trash-detection')
1
+
pip install ultralytics
2
+
3
from ultralytics import YOLO
4
5
model = YOLO('turhancan97/yolov8-segment-trash-detection')