Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Update model.py
Browse files
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)
|