epilef68 commited on
Commit
59dd53a
·
verified ·
1 Parent(s): 455fad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from ultralytics import YOLO
7
 
8
  path = ['./data/0068.jpg']
9
 
10
- model_path = './weights/best.pt'
11
  model = YOLO(model_path)
12
 
13
  def detect_cheerios(image):
 
7
 
8
  path = ['./data/0068.jpg']
9
 
10
+ model_path = './best.pt'
11
  model = YOLO(model_path)
12
 
13
  def detect_cheerios(image):