-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Labels
Description
Describe the bug
The scrollbar cannot be displayed properly in gr.Gallery, and all images cannot be viewed by sliding up or down.
I've tried gradio=5.6.0 and gradio=43.0.
Have you searched existing issues? 🔎
- I have searched and found no existing issues
Reproduction
import gradio as gr
gallery = gr.Gallery(
label="Generated images", show_label=False, elem_id="gallery"
, columns=[3], rows=[2], object_fit="contain", height=300)
Screenshot
Logs
No response
System Info
gradio=5.6.0 and gradio=43.0
gradio_client=1.4.3
Operating System: Linux
Severity
I can work around it
matemato