NassimeBejaia commited on
Commit
8dd4f20
1 Parent(s): 7371600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def main():
76
 
77
  if selected_image_pil:
78
  thresh_pil = process_image(selected_image_pil)
79
- st.image(thresh_pil, caption="Thresholded Image", use_column_width=True)
80
 
81
  # processed_img_path = process_with_yolo(selected_image_pil)
82
  processed_img_path = process_with_yolo(thresh_pil)
 
76
 
77
  if selected_image_pil:
78
  thresh_pil = process_image(selected_image_pil)
79
+ # st.image(thresh_pil, caption="Thresholded Image", use_column_width=True)
80
 
81
  # processed_img_path = process_with_yolo(selected_image_pil)
82
  processed_img_path = process_with_yolo(thresh_pil)