Update app.py
Browse filesChanged the path
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def find_best_model():
|
|
| 23 |
# Search patterns for model files
|
| 24 |
search_paths = [
|
| 25 |
# Check all waste_classifier directories
|
| 26 |
-
Path("
|
| 27 |
# Check root directory
|
| 28 |
Path("."),
|
| 29 |
]
|
|
|
|
| 23 |
# Search patterns for model files
|
| 24 |
search_paths = [
|
| 25 |
# Check all waste_classifier directories
|
| 26 |
+
Path("weights/best.pt"),
|
| 27 |
# Check root directory
|
| 28 |
Path("."),
|
| 29 |
]
|