Update app.py
Browse files
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'], ['
|
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):
|