R1000 commited on
Commit
5d2396f
·
verified ·
1 Parent(s): 27821d0

Update ui/layout.py

Browse files
Files changed (1) hide show
  1. ui/layout.py +1 -1
ui/layout.py CHANGED
@@ -103,7 +103,7 @@ def build_ui(event_handler_function):
103
  with gr.Row():
104
  # Left side: Gallery (larger column)
105
  with gr.Column(scale=3):
106
- gallery = gr.Gallery(label="Generated Images", show_label=False, columns=4, height=620, type="filepath")
107
  ui_components["gallery"] = gallery
108
  # Right side: Metadata textbox + drag‑and‑drop (smaller column)
109
  with gr.Column(scale=1):
 
103
  with gr.Row():
104
  # Left side: Gallery (larger column)
105
  with gr.Column(scale=3):
106
+ gallery = gr.Gallery(label="Generated Images", show_label=False, columns=4, height=622, type="filepath")
107
  ui_components["gallery"] = gallery
108
  # Right side: Metadata textbox + drag‑and‑drop (smaller column)
109
  with gr.Column(scale=1):