saritha5 commited on
Commit
91f5a8b
1 Parent(s): f1337f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -21,7 +21,11 @@ image = utils.read_image(IMAGE_PATH)
21
  predictions = model.predict(image)
22
  labels, boxes, scores = predictions
23
 
24
- st.image(IMAGE_PATH)
 
 
 
 
25
 
26
 
27
  #def detect_object(IMAGE_PATH):
 
21
  predictions = model.predict(image)
22
  labels, boxes, scores = predictions
23
 
24
+ images = ["img1.jpeg","img2.jpeg","img3.jpeg","img3.jpeg"]
25
+ with st.sidebar:
26
+ st.write("choose an image")
27
+ st.image(images)
28
+ st.image(images)
29
 
30
 
31
  #def detect_object(IMAGE_PATH):