saritha5 commited on
Commit
c0f9541
·
1 Parent(s): 7eed78f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ st.title("""
32
  Image Blurriness Occluded
33
  """)
34
  st.subheader("Prediction of Blur or NotBlur Image")
35
- images = ["blur1.png","blurimg2.png","blurimg3.png","blurimg4.png","images_11.png"]
36
  with st.sidebar:
37
  st.write("choose an image")
38
  st.image(images)
 
32
  Image Blurriness Occluded
33
  """)
34
  st.subheader("Prediction of Blur or NotBlur Image")
35
+ images = ["blur1.png","blurimg2.png","blurimg3.png","blurimg4.png","images_11.jpeg"]
36
  with st.sidebar:
37
  st.write("choose an image")
38
  st.image(images)