Spaces:
Runtime error
Runtime error
Priyanka-Kumavat-At-TE
commited on
Commit
•
bb2f729
1
Parent(s):
f282ae8
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","img3.jpg","img15.jpg","img17.jpg"]
|
58 |
with st.sidebar:
|
59 |
st.write("Choose an Image")
|
60 |
st.image(images)
|