Spaces:
Running
Running
fix path image
Browse files
pages/object_detection.py
CHANGED
@@ -211,7 +211,7 @@ fashion_images_path = r"data/dior_show/images"
|
|
211 |
list_images = os.listdir(fashion_images_path)
|
212 |
image_name = st.selectbox("Select the image you wish to run the model on", list_images)
|
213 |
image_ = os.path.join(fashion_images_path, image_name)
|
214 |
-
st.
|
215 |
|
216 |
|
217 |
# image_ = None
|
|
|
211 |
list_images = os.listdir(fashion_images_path)
|
212 |
image_name = st.selectbox("Select the image you wish to run the model on", list_images)
|
213 |
image_ = os.path.join(fashion_images_path, image_name)
|
214 |
+
st.image(image_, width=300)
|
215 |
|
216 |
|
217 |
# image_ = None
|