laudavid commited on
Commit
2e0df59
1 Parent(s): 82a50f7

fix path image

Browse files
Files changed (1) hide show
  1. pages/object_detection.py +1 -1
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.write(image_name)
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