Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ import h5py
|
|
33 |
model_file_path = "mobile_net_occ.h5"
|
34 |
|
35 |
|
36 |
-
|
37 |
page = st.sidebar.radio('Navigation',page_names)
|
38 |
#st.write("Welcome to the Project")
|
39 |
|
|
|
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 |
|