Rehman1603 commited on
Commit
1ad4607
·
verified ·
1 Parent(s): 89aebf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import yolov9
7
  from PIL import Image
8
 
9
  # Load the YOLOv9 model
10
- model = yolov9.load('best (1).pt', device="cpu")
11
  model.conf = 0.1 # Lowered the confidence threshold
12
  model.iou = 0.45
13
 
 
7
  from PIL import Image
8
 
9
  # Load the YOLOv9 model
10
+ model = yolov9.load('fracture.pt', device="cpu")
11
  model.conf = 0.1 # Lowered the confidence threshold
12
  model.iou = 0.45
13