Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ image = utils.read_image(IMAGE_PATH)
|
|
32 |
predictions = model.predict(image)
|
33 |
labels, boxes, scores = predictions
|
34 |
|
35 |
-
images = ["img1.jpeg","
|
36 |
with st.sidebar:
|
37 |
st.write("choose an image")
|
38 |
st.image(images)
|
|
|
32 |
predictions = model.predict(image)
|
33 |
labels, boxes, scores = predictions
|
34 |
|
35 |
+
images = ["img1.jpeg","img4.jpeg","img5.jpeg","img6.jpeg"]
|
36 |
with st.sidebar:
|
37 |
st.write("choose an image")
|
38 |
st.image(images)
|