Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from PIL import Image
|
|
| 7 |
model = YOLO('/content/drive/MyDrive/yolov8_models/best.pt')
|
| 8 |
|
| 9 |
# Folder with test images
|
| 10 |
-
test_images_folder = '
|
| 11 |
test_images = sorted(os.listdir(test_images_folder))
|
| 12 |
|
| 13 |
# Prediction function
|
|
|
|
| 7 |
model = YOLO('/content/drive/MyDrive/yolov8_models/best.pt')
|
| 8 |
|
| 9 |
# Folder with test images
|
| 10 |
+
test_images_folder = 'test_images'
|
| 11 |
test_images = sorted(os.listdir(test_images_folder))
|
| 12 |
|
| 13 |
# Prediction function
|