huzey commited on
Commit
241e797
1 Parent(s): d0c5f36
Files changed (1) hide show
  1. app.py +0 -1
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]