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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ 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
- clicked = st.image_select("",images,key='click_images')
39
  model_file_path = "mobile_net_occ.h5"
40
 
41
  ##Blurriness Features
 
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)
39
  model_file_path = "mobile_net_occ.h5"
40
 
41
  ##Blurriness Features