koti-malla commited on
Commit
0fd272d
1 Parent(s): d4e1493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def index():
32
  if request.method == 'POST':
33
 
34
  # Load the YOLOv8 model
35
- yolo_model = YOLO('yolo/yolov8s.pt')
36
 
37
  # Load the DETR model
38
  processor = DetrImageProcessor.from_pretrained("detr")
 
32
  if request.method == 'POST':
33
 
34
  # Load the YOLOv8 model
35
+ yolo_model = YOLO('yolo/best.pt')
36
 
37
  # Load the DETR model
38
  processor = DetrImageProcessor.from_pretrained("detr")