Update ui/layout.py
Browse files- 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=
|
| 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):
|