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)