more images
Browse files- app.py +3 -1
- images/littlerock.jpg +0 -0
- images/nellis1.jpg +0 -0
app.py
CHANGED
@@ -114,8 +114,10 @@ img = image_select(
|
|
114 |
cv2.imread("images/edwards2.jpg"),
|
115 |
cv2.imread("images/buturlinovka2.jpg"),
|
116 |
cv2.imread("images/engels.jpg"),
|
|
|
|
|
117 |
],
|
118 |
-
captions=["Edwards AFB 1", "Edwards AFB 2", "Buturlinovka District", "Engels"],
|
119 |
)
|
120 |
|
121 |
# process image through detector
|
|
|
114 |
cv2.imread("images/edwards2.jpg"),
|
115 |
cv2.imread("images/buturlinovka2.jpg"),
|
116 |
cv2.imread("images/engels.jpg"),
|
117 |
+
cv2.imread("images/nellis1.jpg"),
|
118 |
+
cv2.imread("images/littlerock.jpg"),
|
119 |
],
|
120 |
+
captions=["Edwards AFB 1", "Edwards AFB 2", "Buturlinovka District", "Engels", "Nellis AFB", "Little Rock AFB"],
|
121 |
)
|
122 |
|
123 |
# process image through detector
|
images/littlerock.jpg
ADDED
images/nellis1.jpg
ADDED