gouravgujariya commited on
Commit
6272fda
·
verified ·
1 Parent(s): 69df117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ for i, url in enumerate(file_urls):
28
  )
29
 
30
  model = YOLO('airport_scaner.pt')
31
- path = [['image_0.jpg'], ['image_1.jpg']]
32
  # video_path = [['video.mp4']]
33
 
34
  def show_preds_image(image_path):
 
28
  )
29
 
30
  model = YOLO('airport_scaner.pt')
31
+ path = [['images.jpg'], ['image_1.png']]
32
  # video_path = [['video.mp4']]
33
 
34
  def show_preds_image(image_path):