WensongSong commited on
Commit
3e44325
·
verified ·
1 Parent(s): 8ac1c3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=700, 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")
 
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")