Skip to content

Commit d1ad0f8

Browse files
committed
Use resized image
1 parent e845510 commit d1ad0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/utils/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def load_images(data: str, image_resolution: Optional[List[int]]) -> List[ImageD
7373
images.append(
7474
ImageDescriptor(
7575
url=img_url,
76-
image=Image.open(BytesIO(img_response.content)),
76+
image=image,
7777
)
7878
)
7979

0 commit comments

Comments
 (0)