Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import tempfile
|
|
4 |
import cv2
|
5 |
|
6 |
# Load YOLOv8 model once
|
7 |
-
model = "
|
8 |
|
9 |
# Inference on image
|
10 |
def predict_image(image):
|
|
|
4 |
import cv2
|
5 |
|
6 |
# Load YOLOv8 model once
|
7 |
+
model = "best.pt"
|
8 |
|
9 |
# Inference on image
|
10 |
def predict_image(image):
|