Add Qwen agent
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user