μ „μ›ν‘œ commited on
Commit
e35a5a5
β€’
1 Parent(s): f3ee2f7

edit 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('./best.pt')
7
 
8
  def infer(img_path):
9
  results = model(img_path)
 
3
  from ultralytics import YOLO
4
 
5
 
6
+ model = YOLO('./models/best.pt')
7
 
8
  def infer(img_path):
9
  results = model(img_path)