Spaces:
Paused
Paused
Upload app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import PIL.Image as Image
|
|
3 |
from ultralytics import YOLO
|
4 |
|
5 |
|
6 |
-
model = YOLO('./
|
7 |
|
8 |
def infer(img_path):
|
9 |
results = model(img_path)
|
|
|
3 |
from ultralytics import YOLO
|
4 |
|
5 |
|
6 |
+
model = YOLO('./best.pt')
|
7 |
|
8 |
def infer(img_path):
|
9 |
results = model(img_path)
|