joshangngoching commited on
Commit
7e7266c
·
verified ·
1 Parent(s): f4b944e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ if uploaded_file is not None:
38
  image_with_masks = draw_masks_fromDict(np.array(image), segmentation_results)
39
 
40
  image_with_masks_pil = Image.fromarray(image_with_masks, 'RGB')
41
- st.image(image_with_masks_pil, caption='Image with Masks.', use_column_width=True)
 
38
  image_with_masks = draw_masks_fromDict(np.array(image), segmentation_results)
39
 
40
  image_with_masks_pil = Image.fromarray(image_with_masks, 'RGB')
41
+ st.image(image_with_masks_pil, caption='Segmented Image', use_column_width=True)