Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,8 @@ else:
|
|
111 |
return "Occluded",score
|
112 |
|
113 |
f = st.file_uploader('Upload an Image',type=(["jpeg","jpg","png"]))
|
114 |
-
st.subheader("Prediction of
|
115 |
-
images1 = ["
|
116 |
with st.sidebar:
|
117 |
st.write("choose an image")
|
118 |
st.image(images1)
|
|
|
111 |
return "Occluded",score
|
112 |
|
113 |
f = st.file_uploader('Upload an Image',type=(["jpeg","jpg","png"]))
|
114 |
+
st.subheader("Prediction of Occluded or Not Occluded")
|
115 |
+
images1 = ["img1.png","img2.png","img3.png","img4.png"]
|
116 |
with st.sidebar:
|
117 |
st.write("choose an image")
|
118 |
st.image(images1)
|