Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,8 @@ st.title("""
|
|
32 |
Image Blurriness Occluded
|
33 |
""")
|
34 |
st.subheader("Prediction of Blur or NotBlur Image")
|
|
|
|
|
35 |
model_file_path = "mobile_net_occ.h5"
|
36 |
|
37 |
##Blurriness Features
|
|
|
32 |
Image Blurriness Occluded
|
33 |
""")
|
34 |
st.subheader("Prediction of Blur or NotBlur Image")
|
35 |
+
#with st.sidebar:
|
36 |
+
#st.image
|
37 |
model_file_path = "mobile_net_occ.h5"
|
38 |
|
39 |
##Blurriness Features
|