Spaces:
Runtime error
Runtime error
NassimeBejaia
commited on
Commit
•
7371600
1
Parent(s):
2d27921
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def main():
|
|
76 |
|
77 |
if selected_image_pil:
|
78 |
thresh_pil = process_image(selected_image_pil)
|
79 |
-
|
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)
|