Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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","
|
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.
|
|
|
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)
|