saritha5 commited on
Commit
b8200bd
·
1 Parent(s): f02b19c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ else:
113
  f = st.file_uploader('Upload an Image',type=(["jpeg","jpg","png"]))
114
  #st.write(f)
115
  #st.subheader("Prediction of Occluded or Not Occluded")
116
- images1 = ["occulded.jpg","img1.png","img2.png","img3.png","img4.png"]
117
  with st.sidebar:
118
  st.write("choose an image")
119
  st.image(images1)
 
113
  f = st.file_uploader('Upload an Image',type=(["jpeg","jpg","png"]))
114
  #st.write(f)
115
  #st.subheader("Prediction of Occluded or Not Occluded")
116
+ images1 = ["Occulded.jpg","img1.png","img2.png","img3.png","img4.png"]
117
  with st.sidebar:
118
  st.write("choose an image")
119
  st.image(images1)