t4ai commited on
Commit
2337530
1 Parent(s): 55b849d

add new image

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. images/buturlinovka1.jpg +0 -0
app.py CHANGED
@@ -112,8 +112,9 @@ img = image_select(
112
  images=[
113
  cv2.imread("images/edwards.jpg"),
114
  cv2.imread("images/edwards2.jpg"),
 
115
  ],
116
- captions=["Edwards AFB1", "Edwards AFB2"],
117
  )
118
 
119
  # process image through detector
 
112
  images=[
113
  cv2.imread("images/edwards.jpg"),
114
  cv2.imread("images/edwards2.jpg"),
115
+ cv2.imread("images/buturlinovka1.jpg"),
116
  ],
117
+ captions=["Edwards AFB 1", "Edwards AFB 2", "Buturlinovka District"],
118
  )
119
 
120
  # process image through detector
images/buturlinovka1.jpg ADDED