You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/app/backend/qwen2-vl.py", line 52, in stream_chat_with_images
image_inputs, video_inputs = process_vision_info(messages)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/qwen_vl_utils/vision_process.py", line 217, in process_vision_info
image_inputs.append(fetch_image(vision_info))
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/qwen_vl_utils/vision_process.py", line 92, in fetch_image
raise ValueError(f"Unrecognized image input, support local path, http url, base64 and PIL.Image, got {image}")
ValueError: Unrecognized image input, support local path, http url, base64 and PIL.Image, got data:image/jpeg;charset=utf-8;base64,/9j/4AAQSkZJRgABAQEAtAC0...........
^^^^^^^^^^^^^
---------------------------------------------------------------------------------------------------------------------------
The error:
From here:
Qwen2-VL/qwen-vl-utils/src/qwen_vl_utils/vision_process.py
Lines 84 to 89 in 137465a
The text was updated successfully, but these errors were encountered: