From f797aea5d0112253a3e4d4a8276fcdfbbb306978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=8F=88=E7=BB=B4?= <591343188@qq.com> Date: Tue, 14 Jan 2025 17:20:52 +0800 Subject: [PATCH] Add Qwen agent --- Qwen_agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Qwen_agent.py b/Qwen_agent.py index cf765f9..2f491a9 100644 --- a/Qwen_agent.py +++ b/Qwen_agent.py @@ -137,7 +137,6 @@ def main(): } track_imgs = stream_pipeline(stream_dict) - # std_img = Image.open(stream_dict['goodsPic']) response = requests.get(stream_dict['goodsPic']) std_img = Image.open(BytesIO(response.content)) description_dict = get_product_description(std_img, track_imgs)