Add Qwen agent

This commit is contained in:
2025-01-14 17:20:52 +08:00
parent a3b65be6b1
commit f797aea5d0

View File

@ -137,7 +137,6 @@ def main():
} }
track_imgs = stream_pipeline(stream_dict) track_imgs = stream_pipeline(stream_dict)
# std_img = Image.open(stream_dict['goodsPic'])
response = requests.get(stream_dict['goodsPic']) response = requests.get(stream_dict['goodsPic'])
std_img = Image.open(BytesIO(response.content)) std_img = Image.open(BytesIO(response.content))
description_dict = get_product_description(std_img, track_imgs) description_dict = get_product_description(std_img, track_imgs)