WensongSong commited on
Commit
72509e7
·
verified ·
1 Parent(s): 4b2428f

Update app.py

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