saritha5 commited on
Commit
a1a1202
·
1 Parent(s): 6514c32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ else:
111
  return "Occluded",score
112
 
113
  f = st.file_uploader('Upload an Image',type=(["jpeg","jpg","png"]))
114
- st.subheader("Prediction of Blur or NotBlur Image")
115
- images1 = ["blur1.png","blurimg2.png","blurimg3.png","images_11.jpeg"]
116
  with st.sidebar:
117
  st.write("choose an image")
118
  st.image(images1)
 
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:
117
  st.write("choose an image")
118
  st.image(images1)