pngwn / gradio-imageslider

ImageSlider custom component for gradio.
https://huggingface.co/spaces/pngwn/gradio_imageslider
30 stars 5 forks source link

How can we make Gradio Slider full screen and zoom in / out with mouse wheel? #13

Open FurkanGozukara opened 8 months ago

FurkanGozukara commented 8 months ago

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

image

But we need a slider that can goes into full screen and have zoom in / out like here : https://imgsli.com/MjQ0NTAw

rafstahelin commented 8 months ago

second it. pretty major feature request

FurkanGozukara commented 8 months ago

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")
pngwn commented 8 months ago

Could you create another issue for the download button issue please?