-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imageslider breaks on the new Gradio 5 version #35
Comments
I encountered this issue as well. When updating Gradio to a version higher than 4.44, the ImageSlider outputs blank images. This tool is really one of the most important components in all the demos I work on, and I can't exclude it. Thank you for your amazing work, and I hope you'll fix it soon. |
+1 to this. Any app that manipulates images really requires this awesome slider. That said, i see there's steps detailed below, so i'll give that a go! |
I'm almost done with some updates but unfortunately there is a bug with Gradio's custom component CLI which has delayed finalisation and release. As soon as I have fixed that I should able to finish off and get this out. |
Very much appreciated. After working with Gradio5 on a recent video app, it feels a little bad moving back to 4 for image apps. Love those individual resets on the sliders! But ImageSlider is indispensable for displaying background removal or upscaling results etc. So much drama in one component! |
There will be even more drama in the next release too! |
Need to get an update, thank you for your work @pngwn |
Hey, @pngwn thanks for working on this! Waiting for update too. |
Hi, love your work!
Is there any chance you will be upgrading your implementation of Imageslider so it works on the new version of Gradio? Currently it doesn't work. I tried with numpy images and the display is just empty (but it still works in gradio 4.44).
Thank you so much and appreciate your work!
The text was updated successfully, but these errors were encountered: