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
(node:7766) UnhandledPromiseRejectionWarning: Error: pixels passed to tf.browser.fromPixels() must be either an HTMLVideoElement, HTMLImageElement, HTMLCanvasElement, ImageData in browser, or OffscreenCanvas, ImageData in webworker or {data: Uint32Array, width: number, height: number}, but was Image
what can I do else except loading image??
The text was updated successfully, but these errors were encountered:
However, I'm considering adjusting the code so that if a string is provided, perhaps I can do this for you automatically?
Which do you prefer? Would you want to pass an image, or do you want me to automatically handle URLs and access images for you? The problem with the second option, is that it might need to be specific to URLs vs local URIs like file://
Hey there!
I am using your package for Discord bot using discord.js
I do the following thing
But I get error -
what can I do else except loading image??
The text was updated successfully, but these errors were encountered: