sparsh007 commited on
Commit
30eaedd
·
verified ·
1 Parent(s): 23bb58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ shutil.rmtree(torch.hub._get_torch_home(), ignore_errors=True)
11
 
12
  # Load the YOLOv5 model from the uploaded best.pt file
13
  model = torch.hub.load(
14
- 'ultralytics/yolov5', 'custom', path='best.pt', trust_repo=True
15
  )
16
 
17
  # Global variables to store images and labels for carousel functionality
 
11
 
12
  # Load the YOLOv5 model from the uploaded best.pt file
13
  model = torch.hub.load(
14
+ 'ultralytics/yolov5', 'custom', path='best-3.pt', trust_repo=True
15
  )
16
 
17
  # Global variables to store images and labels for carousel functionality