Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,11 +42,11 @@ if page == "Blurred or Not Blurred Prediction":
|
|
42 |
Image Blurriness Occluded
|
43 |
""")
|
44 |
st.subheader("Prediction of Blur or NotBlur Image")
|
45 |
-
images = ["blur1.png","blurimg2.png","blurimg3.png","images_11.jpeg"]
|
46 |
-
with st.sidebar:
|
47 |
-
|
48 |
-
|
49 |
-
model_file_path = "mobile_net_occ.h5"
|
50 |
|
51 |
##Blurriness Features
|
52 |
|
|
|
42 |
Image Blurriness Occluded
|
43 |
""")
|
44 |
st.subheader("Prediction of Blur or NotBlur Image")
|
45 |
+
#images = ["blur1.png","blurimg2.png","blurimg3.png","images_11.jpeg"]
|
46 |
+
#with st.sidebar:
|
47 |
+
# st.write("choose an image")
|
48 |
+
# st.image(images)
|
49 |
+
#model_file_path = "mobile_net_occ.h5"
|
50 |
|
51 |
##Blurriness Features
|
52 |
|