Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -360,7 +360,7 @@ with gr.Blocks() as demo:
|
|
| 360 |
text_prompt = gr.Textbox(label="Label")
|
| 361 |
|
| 362 |
with gr.Column(scale=1):
|
| 363 |
-
baseline_gallery = gr.Gallery(label='Output', show_label=True, elem_id="gallery", height=
|
| 364 |
with gr.Accordion("Advanced Option", open=True):
|
| 365 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=666)
|
| 366 |
gr.Markdown("### Guidelines")
|
|
|
|
| 360 |
text_prompt = gr.Textbox(label="Label")
|
| 361 |
|
| 362 |
with gr.Column(scale=1):
|
| 363 |
+
baseline_gallery = gr.Gallery(label='Output', show_label=True, elem_id="gallery", height=765, columns=1)
|
| 364 |
with gr.Accordion("Advanced Option", open=True):
|
| 365 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=666)
|
| 366 |
gr.Markdown("### Guidelines")
|