gouravgujariya commited on
Commit
fcb486c
1 Parent(s): 6272fda

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 = [['images.jpg'], ['image_1.png']]
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'], ['images_1.png']]
32
  # video_path = [['video.mp4']]
33
 
34
  def show_preds_image(image_path):