gouravgujariya
commited on
Commit
•
b364624
1
Parent(s):
d6022e2
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ for i, url in enumerate(file_urls):
|
|
31 |
|
32 |
model = YOLO('airport_scaner.pt')
|
33 |
path = [['image_0.jpg'], ['image_1.jpg']]
|
34 |
-
video_path = [['video.mp4']]
|
35 |
|
36 |
def show_preds_image(image_path):
|
37 |
image = cv2.imread(image_path)
|
|
|
31 |
|
32 |
model = YOLO('airport_scaner.pt')
|
33 |
path = [['image_0.jpg'], ['image_1.jpg']]
|
34 |
+
# video_path = [['video.mp4']]
|
35 |
|
36 |
def show_preds_image(image_path):
|
37 |
image = cv2.imread(image_path)
|