Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RajatMalviya
/
food-classifier-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RajatMalviya
commited on
Mar 1
Commit
5f70df9
·
verified
·
1 Parent(s):
72ec5f2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ app.add_middleware(
26
)
27
28
# Load YOLOv8 model
29
-
model = YOLO("models/
yolov8n
.pt")
30
31
32
26
)
27
28
# Load YOLOv8 model
29
+
model = YOLO("models/
best
.pt")
30
31
32