Spaces:
Runtime error
Runtime error
Priyanka-Kumavat-At-TE
commited on
Commit
•
f282ae8
1
Parent(s):
1e2417b
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ st.write(""" The Faster R-CNN (Region-based Convolutional Neural Network) is a c
|
|
54 |
in a single image.
|
55 |
""")
|
56 |
|
57 |
-
images = ["test2.jpg","img7.jpg","img20.jpg","img23.jpg","test1.jpg","img18.jpg"]
|
58 |
with st.sidebar:
|
59 |
st.write("Choose an Image")
|
60 |
st.image(images)
|
|
|
54 |
in a single image.
|
55 |
""")
|
56 |
|
57 |
+
images = ["test2.jpg","img7.jpg","img20.jpg","img23.jpg","test1.jpg","img18.jpg","img2.jpg","img15.jpg","img17.jpg"]
|
58 |
with st.sidebar:
|
59 |
st.write("Choose an Image")
|
60 |
st.image(images)
|