Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ This is a object detection model for [crosswalks].
|
|
130 |
option = st.radio("", ["Upload Image", "Image URL"])
|
131 |
|
132 |
if option == "Upload Image":
|
133 |
-
uploaded_file = st.file_uploader("Please upload an image.")
|
134 |
|
135 |
if uploaded_file is not None:
|
136 |
img = PILImage.create(uploaded_file)
|
|
|
130 |
option = st.radio("", ["Upload Image", "Image URL"])
|
131 |
|
132 |
if option == "Upload Image":
|
133 |
+
uploaded_file = st.file_uploader("Please upload an crosswalks image.")
|
134 |
|
135 |
if uploaded_file is not None:
|
136 |
img = PILImage.create(uploaded_file)
|