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