more images
Browse files- app.py +2 -1
- images/hill.jpg +0 -0
app.py
CHANGED
@@ -121,10 +121,11 @@ img = image_select(
|
|
121 |
cv2.imread("images/nellis1.jpg"),
|
122 |
cv2.imread("images/littlerock.jpg"),
|
123 |
cv2.imread("images/hmeimim.jpg"),
|
|
|
124 |
cv2.imread("images/kadena1.jpg"),
|
125 |
cv2.imread("images/dover.jpg"),
|
126 |
],
|
127 |
-
captions=["Edwards AFB 1", "Edwards AFB 2", "Buturlinovka District", "Engels", "Nellis AFB", "Little Rock AFB", "Hmiemim Syria", "Kadena AFB", "Dover AFB"],
|
128 |
)
|
129 |
|
130 |
# process image through detector
|
|
|
121 |
cv2.imread("images/nellis1.jpg"),
|
122 |
cv2.imread("images/littlerock.jpg"),
|
123 |
cv2.imread("images/hmeimim.jpg"),
|
124 |
+
cv2.imread("images/hill.jpg"),
|
125 |
cv2.imread("images/kadena1.jpg"),
|
126 |
cv2.imread("images/dover.jpg"),
|
127 |
],
|
128 |
+
captions=["Edwards AFB 1", "Edwards AFB 2", "Buturlinovka District", "Engels", "Nellis AFB", "Little Rock AFB", "Hmiemim Syria", "Hill AFB", "Kadena AFB", "Dover AFB"],
|
129 |
)
|
130 |
|
131 |
# process image through detector
|
images/hill.jpg
ADDED