Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,15 +33,15 @@ import h5py
|
|
33 |
model_file_path = "mobile_net_occ.h5"
|
34 |
|
35 |
|
36 |
-
page_names = ["Blurred or Not Blurred Prediction","Occluded or Not Occluded Prediction"]
|
37 |
-
page = st.sidebar.radio('Navigation',page_names)
|
38 |
#st.write("Welcome to the Project")
|
39 |
|
40 |
|
41 |
st.title("""
|
42 |
-
Image Blurriness
|
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")
|
|
|
33 |
model_file_path = "mobile_net_occ.h5"
|
34 |
|
35 |
|
36 |
+
#page_names = ["Blurred or Not Blurred Prediction","Occluded or Not Occluded Prediction"]
|
37 |
+
#page = st.sidebar.radio('Navigation',page_names)
|
38 |
#st.write("Welcome to the Project")
|
39 |
|
40 |
|
41 |
st.title("""
|
42 |
+
Prediction of Image Blurriness
|
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")
|