Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from ultralytics import YOLO
|
|
| 7 |
|
| 8 |
path = ['./data/0068.jpg']
|
| 9 |
|
| 10 |
-
model_path = './
|
| 11 |
model = YOLO(model_path)
|
| 12 |
|
| 13 |
def detect_cheerios(image):
|
|
|
|
| 7 |
|
| 8 |
path = ['./data/0068.jpg']
|
| 9 |
|
| 10 |
+
model_path = './best.pt'
|
| 11 |
model = YOLO(model_path)
|
| 12 |
|
| 13 |
def detect_cheerios(image):
|