Commit
·
1b5b3a3
1
Parent(s):
2df7ad5
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css=css) as demo:
|
|
185 |
)
|
186 |
with gr.Group():
|
187 |
|
188 |
-
with gr.Row(elem_id="prompt-container")
|
189 |
with gr.Column():
|
190 |
gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[4], height="auto")
|
191 |
with gr.Row():
|
|
|
185 |
)
|
186 |
with gr.Group():
|
187 |
|
188 |
+
with gr.Row(elem_id="prompt-container"):
|
189 |
with gr.Column():
|
190 |
gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[4], height="auto")
|
191 |
with gr.Row():
|