Rehman1603 commited on
Commit
be1d196
·
verified ·
1 Parent(s): f948ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ model1.conf = 0.40
11
  model1.iou = 0.45
12
 
13
  # Load the second YOLO model (assuming you have a second YOLOv9 model or another YOLO model)
14
- model2 = yolov9.load('/content/update_best.pt', device="cpu")
15
  model2.conf = 0.40
16
  model2.iou = 0.45
17
 
 
11
  model1.iou = 0.45
12
 
13
  # Load the second YOLO model (assuming you have a second YOLOv9 model or another YOLO model)
14
+ model2 = yolov9.load('update_best.pt', device="cpu")
15
  model2.conf = 0.40
16
  model2.iou = 0.45
17