saritha5 commited on
Commit
6c49060
·
1 Parent(s): bc3dd53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -42,11 +42,11 @@ if page == "Blurred or Not Blurred Prediction":
42
  Image Blurriness Occluded
43
  """)
44
  st.subheader("Prediction of Blur or NotBlur Image")
45
- images = ["blur1.png","blurimg2.png","blurimg3.png","images_11.jpeg"]
46
- with st.sidebar:
47
- st.write("choose an image")
48
- st.image(images)
49
- model_file_path = "mobile_net_occ.h5"
50
 
51
  ##Blurriness Features
52
 
 
42
  Image Blurriness Occluded
43
  """)
44
  st.subheader("Prediction of Blur or NotBlur Image")
45
+ #images = ["blur1.png","blurimg2.png","blurimg3.png","images_11.jpeg"]
46
+ #with st.sidebar:
47
+ # st.write("choose an image")
48
+ # st.image(images)
49
+ #model_file_path = "mobile_net_occ.h5"
50
 
51
  ##Blurriness Features
52