nagasurendra commited on
Commit
e84de40
·
verified ·
1 Parent(s): c068aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ DETECTION_CLASSES = ["Longitudinal", "Pothole", "Transverse"]
40
  MAX_IMAGES = 500
41
 
42
  device = "cuda" if torch.cuda.is_available() else "cpu"
43
- model = YOLO('./data/best.pt').to(device)
44
  if device == "cuda":
45
  model.half()
46
 
 
40
  MAX_IMAGES = 500
41
 
42
  device = "cuda" if torch.cuda.is_available() else "cpu"
43
+ model = YOLO('./data/yolo11n (2).pt').to(device)
44
  if device == "cuda":
45
  model.half()
46