Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ images = ["img1.jpeg","img2.jpeg","img3.jpeg","img3.jpeg"]
|
|
| 25 |
with st.sidebar:
|
| 26 |
st.write("choose an image")
|
| 27 |
st.image(images)
|
| 28 |
-
|
| 29 |
|
| 30 |
|
| 31 |
#def detect_object(IMAGE_PATH):
|
|
|
|
| 25 |
with st.sidebar:
|
| 26 |
st.write("choose an image")
|
| 27 |
st.image(images)
|
| 28 |
+
|
| 29 |
|
| 30 |
|
| 31 |
#def detect_object(IMAGE_PATH):
|