Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,5 @@ submit = st.button("Detect Objects ")
|
|
27 |
|
28 |
if submit:
|
29 |
image_data=input_image_setup(uploaded_file)
|
30 |
-
|
31 |
st.subheader("The response is..")
|
32 |
st.write(response)
|
|
|
27 |
|
28 |
if submit:
|
29 |
image_data=input_image_setup(uploaded_file)
|
|
|
30 |
st.subheader("The response is..")
|
31 |
st.write(response)
|