Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def grab_image(image_type: str) -> Image:
|
|
131 |
|
132 |
print("Loading image for Gradio...")
|
133 |
|
134 |
-
cropped_img = crop_based_on_bg("img.png",
|
135 |
#img = Image.open("img.png")
|
136 |
#header_height = 50
|
137 |
|
|
|
131 |
|
132 |
print("Loading image for Gradio...")
|
133 |
|
134 |
+
cropped_img = crop_based_on_bg("img.png", (59, 59, 59), 10)
|
135 |
#img = Image.open("img.png")
|
136 |
#header_height = 50
|
137 |
|