Spaces:
Running
on
Zero
Running
on
Zero
fix typo
Browse files
app.py
CHANGED
@@ -1306,7 +1306,6 @@ def make_dataset_images_section(advanced=False, is_random=False):
|
|
1306 |
top = (h - min_hw) // 2
|
1307 |
right = left + min_hw
|
1308 |
bottom = top + min_hw
|
1309 |
-
print(left, top, right, bottom)
|
1310 |
img = img.crop((left, top, right, bottom))
|
1311 |
return img
|
1312 |
images = [center_crop_image(image) for image in images]
|
|
|
1306 |
top = (h - min_hw) // 2
|
1307 |
right = left + min_hw
|
1308 |
bottom = top + min_hw
|
|
|
1309 |
img = img.crop((left, top, right, bottom))
|
1310 |
return img
|
1311 |
images = [center_crop_image(image) for image in images]
|