Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from PIL import Image
|
|
| 13 |
print("--- Loading EAGLE A7 Visual System ---")
|
| 14 |
try:
|
| 15 |
# Point to the best.pt we trained in Project 1
|
| 16 |
-
yolo_model = YOLO("
|
| 17 |
except Exception as e:
|
| 18 |
print("Warning: YOLO model not found. Using default for demo.")
|
| 19 |
yolo_model = YOLO("yolo11n.pt")
|
|
|
|
| 13 |
print("--- Loading EAGLE A7 Visual System ---")
|
| 14 |
try:
|
| 15 |
# Point to the best.pt we trained in Project 1
|
| 16 |
+
yolo_model = YOLO("best.pt")
|
| 17 |
except Exception as e:
|
| 18 |
print("Warning: YOLO model not found. Using default for demo.")
|
| 19 |
yolo_model = YOLO("yolo11n.pt")
|