saritha5 commited on
Commit
3c0ca8c
·
1 Parent(s): 1fb2b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ st.title("""
42
  Prediction of Image Blurriness
43
  """)
44
  #st.subheader("Prediction of Blur or NotBlur Image")
45
- images = ["blur1.png","bird1.jpg","blurimg3.png","images_11.jpeg"]
46
  with st.sidebar:
47
  st.write("choose an image")
48
  st.image(images)
 
42
  Prediction of Image Blurriness
43
  """)
44
  #st.subheader("Prediction of Blur or NotBlur Image")
45
+ images = ["blur1.png","bird1.jpeg","blurimg3.png","images_11.jpeg"]
46
  with st.sidebar:
47
  st.write("choose an image")
48
  st.image(images)