ahmedxeno commited on
Commit
37daef5
·
1 Parent(s): 4e5d59c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ model = YOLO('best (7).pt')
7
 
8
  def predict_image(img):
9
 
10
- model = YOLO('best (6).pt')
11
  result = model.predict(img,conf=0.97)
12
  res_plotted = result[0].plot()
13
  #cv2.imshow( res_plotted)
 
7
 
8
  def predict_image(img):
9
 
10
+ model = YOLO('best (7).pt')
11
  result = model.predict(img,conf=0.97)
12
  res_plotted = result[0].plot()
13
  #cv2.imshow( res_plotted)