We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am implementing Gradio slider to my SUPIR app
It works but in basic terms
I checked documentation and I don't see how to make it full screen or even interactive = True not working
It is looking like this
But we need a slider that can goes into full screen and have zoom in / out like here : https://imgsli.com/MjQ0NTAw
The text was updated successfully, but these errors were encountered:
second it. pretty major feature request
Sorry, something went wrong.
Moreover show_download_button didn't work too
Here our config
result_gallery = ImageSlider(label='Output', interactive=True, show_download_button=True , show_label=False, elem_id="gallery1")
Could you create another issue for the download button issue please?
No branches or pull requests
I am implementing Gradio slider to my SUPIR app
It works but in basic terms
I checked documentation and I don't see how to make it full screen or even interactive = True not working
It is looking like this
But we need a slider that can goes into full screen and have zoom in / out like here : https://imgsli.com/MjQ0NTAw
The text was updated successfully, but these errors were encountered: