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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.jpeg"]
36
  with st.sidebar:
37
  st.write("choose an image")
38
  st.image(images)
@@ -80,4 +80,4 @@ else:
80
  #st.header(predicted_label)
81
  #st.header(str(round(variance_score,2)))
82
  string = "The image is," + str(predicted_label) + " with the score value of " + str(round(variance_score,2))
83
- st.markdown(string)
 
32
  Image Blurriness Occluded
33
  """)
34
  st.subheader("Prediction of Blur or NotBlur Image")
35
+ images = ["blur1.png","blurimg2.png","blurimg3.png","images_11.jpeg"]
36
  with st.sidebar:
37
  st.write("choose an image")
38
  st.image(images)
 
80
  #st.header(predicted_label)
81
  #st.header(str(round(variance_score,2)))
82
  string = "The image is," + str(predicted_label) + " with the score value of " + str(round(variance_score,2))
83
+ st.header(string)