HimankJ commited on
Commit
c7cb1b5
Β·
verified Β·
1 Parent(s): a4d5dcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,9 +83,9 @@ def segment_everything(
83
 
84
  cropped_img = Image.open(buf).convert("RGBA")
85
  cropped_img = cropped_img.resize((1024, 682))
86
- print('Crop type',cropped_image)
87
 
88
- return fig,cropped_image
89
 
90
  title = "<center><strong><font size='8'>πŸƒ Fast Segment Anything πŸ€—</font></strong></center>"
91
  description = """ # 🎯 Instructions for points mode """
 
83
 
84
  cropped_img = Image.open(buf).convert("RGBA")
85
  cropped_img = cropped_img.resize((1024, 682))
86
+ print('Crop type',cropped_img)
87
 
88
+ return fig,cropped_img
89
 
90
  title = "<center><strong><font size='8'>πŸƒ Fast Segment Anything πŸ€—</font></strong></center>"
91
  description = """ # 🎯 Instructions for points mode """