cccornflake commited on
Commit
760b7e1
·
verified ·
1 Parent(s): 48852b5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import PIL.Image as Image
3
  from ultralytics import YOLO
4
 
5
 
6
- model = YOLO('./runs/ best.pt')
7
 
8
  def infer(img_path):
9
  results = model(img_path)
 
3
  from ultralytics import YOLO
4
 
5
 
6
+ model = YOLO('./best.pt')
7
 
8
  def infer(img_path):
9
  results = model(img_path)