Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -5,7 +5,7 @@ from ultralytics import YOLO
|
|
5 |
model = YOLO('best.pt') # load a custom model
|
6 |
|
7 |
# Predict with the model
|
8 |
-
results = model('
|
9 |
print(results)# predict on an image
|
10 |
|
11 |
|
|
|
5 |
model = YOLO('best.pt') # load a custom model
|
6 |
|
7 |
# Predict with the model
|
8 |
+
results = model('test.jpg')
|
9 |
print(results)# predict on an image
|
10 |
|
11 |
|