Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ import torchvision.transforms.functional as tvF
|
|
| 30 |
resized_height, resized_width = qwen_smart_resize(
|
| 31 |
image.height,
|
| 32 |
image.width,
|
| 33 |
-
max_pixels=2116800,
|
| 34 |
min_pixels=12544,
|
| 35 |
)
|
| 36 |
resized_image = tvF.resize(
|
|
|
|
| 30 |
resized_height, resized_width = qwen_smart_resize(
|
| 31 |
image.height,
|
| 32 |
image.width,
|
| 33 |
+
max_pixels=2116800,
|
| 34 |
min_pixels=12544,
|
| 35 |
)
|
| 36 |
resized_image = tvF.resize(
|