wondervictor commited on
Commit
122437d
·
verified ·
1 Parent(s): 1be8d25

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -119,7 +119,7 @@ class Model:
119
  low_threshold: int,
120
  high_threshold: int,
121
  ) -> list[PIL.Image.Image]:
122
-
123
  image = resize_image_to_16_multiple(image, 'canny')
124
  W, H = image.size
125
  print(W, H)
 
119
  low_threshold: int,
120
  high_threshold: int,
121
  ) -> list[PIL.Image.Image]:
122
+ print(image)
123
  image = resize_image_to_16_multiple(image, 'canny')
124
  W, H = image.size
125
  print(W, H)