Sakibrumu commited on
Commit
30eb96a
·
verified ·
1 Parent(s): 65b2464

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ sys.path.append('/home/user/app/yolov5') # adjust path if needed
12
  from models.common import DetectMultiBackend # YOLOv10 model loader
13
 
14
  # Load model
15
- model = DetectMultiBackend('/home/user/app/best(3).pt', device='cpu') # your trained YOLOv10n model path
16
  model.eval()
17
 
18
  # Frame processing function
 
12
  from models.common import DetectMultiBackend # YOLOv10 model loader
13
 
14
  # Load model
15
+ model = DetectMultiBackend('/home/user/app/best.pt', device='cpu') # your trained YOLOv10n model path
16
  model.eval()
17
 
18
  # Frame processing function