gouravgujariya commited on
Commit
a2565bb
1 Parent(s): 19273e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ for i, url in enumerate(file_urls):
29
  f"image_{i}.jpg"
30
  )
31
 
32
- model = YOLO('best.pt')
33
  path = [['image_0.jpg'], ['image_1.jpg']]
34
  video_path = [['video.mp4']]
35
 
 
29
  f"image_{i}.jpg"
30
  )
31
 
32
+ model = YOLO('airport_scaner.pt')
33
  path = [['image_0.jpg'], ['image_1.jpg']]
34
  video_path = [['video.mp4']]
35