saritha5 commited on
Commit
bfaf4d3
·
1 Parent(s): 6b3622f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -111,6 +111,7 @@ else:
111
  return "Occluded",score
112
 
113
  f = st.file_uploader('Upload an Image',type=(["jpeg","jpg","png"]))
 
114
  st.subheader("Prediction of Occluded or Not Occluded")
115
  images1 = ["img1.png","img2.png","img3.png","img4.png"]
116
  with st.sidebar:
 
111
  return "Occluded",score
112
 
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 = ["img1.png","img2.png","img3.png","img4.png"]
117
  with st.sidebar: