padmanabhbosamia commited on
Commit
2da5828
·
verified ·
1 Parent(s): f8e60ca

Update app.py

Browse files

Changed the path

Files changed (1) hide show
  1. app.py +1 -1
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("runs/classify"),
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
  ]