t4ai commited on
Commit
d085906
1 Parent(s): e6267a7

more images

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. images/dover.jpg +0 -0
app.py CHANGED
@@ -122,9 +122,9 @@ img = image_select(
122
  cv2.imread("images/littlerock.jpg"),
123
  cv2.imread("images/hmeimim.jpg"),
124
  cv2.imread("images/kadena1.jpg"),
125
- cv2.imread("images/kadena2.jpg"),
126
  ],
127
- captions=["Edwards AFB 1", "Edwards AFB 2", "Buturlinovka District", "Engels", "Nellis AFB", "Little Rock AFB", "Hmiemim Syria", "Kadena AFB 1", "Kadena AFB 1"],
128
  )
129
 
130
  # process image through detector
 
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
images/dover.jpg ADDED