Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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',
|
87 |
|
88 |
-
return fig,
|
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 """
|