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
Trying to prompt with an image, per the README - and no matter what type of image I send, I get a response that indicates that the model sees 'object Object' instead of the actual image data.
Ex:
The image "[object Object]" is a common placeholder in web development, particularly in JavaScript. It's a placeholder that represents an object variable that hasn't been assigned a specific value yet.
....etc
I've tried HTMLVideoElement, VideoFrame and Blob, all produce similar results.
Version 134.0.6998.89 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
Trying to prompt with an image, per the README - and no matter what type of image I send, I get a response that indicates that the model sees 'object Object' instead of the actual image data.
Ex:
I've tried
HTMLVideoElement
,VideoFrame
andBlob
, all produce similar results.Version 134.0.6998.89 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: