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