Spaces:
Paused
Paused
Commit
·
ed6c14c
1
Parent(s):
4e7c237
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
60 |
generate_btn = gr.Button("Generate")
|
61 |
|
62 |
with gr.Column():
|
63 |
-
output_gallery = gr.Gallery(label="Generated Images"
|
64 |
json_output = gr.JSON(label="Brain Layer Reasoning (Scene Plan)")
|
65 |
|
66 |
generate_btn.click(
|
|
|
60 |
generate_btn = gr.Button("Generate")
|
61 |
|
62 |
with gr.Column():
|
63 |
+
output_gallery = gr.Gallery(label="Generated Images", columns=2, rows=2, height="auto")
|
64 |
json_output = gr.JSON(label="Brain Layer Reasoning (Scene Plan)")
|
65 |
|
66 |
generate_btn.click(
|