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
I have fun with react demo and Xenova/swin2SR-classical-sr-x2-64 model. https://huggingface.co/Xenova/swin2SR-classical-sr-x2-64
I tried to give object URL to upscaler function but it doesn't work, I wonder if it only accepts image url.
Also I want to know how to do partial output like the translate react demo.
I tried to convert output data to base64 for rendering but It doesn't work.
Is it output png rawdata only?
The text was updated successfully, but these errors were encountered:
Question
I have fun with react demo and Xenova/swin2SR-classical-sr-x2-64 model.
https://huggingface.co/Xenova/swin2SR-classical-sr-x2-64
I tried to give object URL to upscaler function but it doesn't work, I wonder if it only accepts image url.
Also I want to know how to do partial output like the translate react demo.
I tried to convert output data to base64 for rendering but It doesn't work.
Is it output png rawdata only?
The text was updated successfully, but these errors were encountered: