awacke1 commited on
Commit
7c570b4
1 Parent(s): c123c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
124
  )
125
  run_button = gr.Button("Run", scale=0)
126
  result = gr.Gallery(label="Result", columns=1, preview=True, show_label=False)
127
- gallery = gr.Gallery(label="Gallery", show_label=False).style(columns=[2], rows=[2], object_fit="cover", height="auto")
128
  with gr.Accordion("Advanced options", open=False):
129
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
130
  negative_prompt = gr.Text(
 
124
  )
125
  run_button = gr.Button("Run", scale=0)
126
  result = gr.Gallery(label="Result", columns=1, preview=True, show_label=False)
127
+ gallery = gr.Gallery(label="Gallery", columns=2, rows=2, object_fit="cover", height="auto", show_label=False)
128
  with gr.Accordion("Advanced options", open=False):
129
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
130
  negative_prompt = gr.Text(