Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks() as demo:
|
|
381 |
text_prompt = gr.Textbox(label="Label", placeholder="Enter the category of the reference object, e.g., car, dress, toy, etc.")
|
382 |
|
383 |
with gr.Column(scale=1):
|
384 |
-
baseline_gallery = gr.Gallery(label='Output', show_label=True, elem_id="gallery", height=
|
385 |
with gr.Accordion("Advanced Option", open=True):
|
386 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=666)
|
387 |
gr.Markdown("### Guidelines")
|
|
|
381 |
text_prompt = gr.Textbox(label="Label", placeholder="Enter the category of the reference object, e.g., car, dress, toy, etc.")
|
382 |
|
383 |
with gr.Column(scale=1):
|
384 |
+
baseline_gallery = gr.Gallery(label='Output', show_label=True, elem_id="gallery", height=695, columns=1)
|
385 |
with gr.Accordion("Advanced Option", open=True):
|
386 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=666)
|
387 |
gr.Markdown("### Guidelines")
|