Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
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 |
|