awacke1 commited on
Commit
6242eec
1 Parent(s): fbe6974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,11 +168,11 @@ with gr.Blocks(css=css) as demo:
168
  max_lines=1,
169
  placeholder="Enter your prompt",
170
  )
171
- btn = gr.Button("Generate image").style(full_width=False)
172
 
173
  gallery = gr.Gallery(
174
  label="Generated images", show_label=False, elem_id="gallery"
175
- ).style(grid=[2], height="auto")
176
 
177
  with gr.Accordion("Advanced options", open=False):
178
  guidance = gr.Slider(
 
168
  max_lines=1,
169
  placeholder="Enter your prompt",
170
  )
171
+ btn = gr.Button("Generate image")
172
 
173
  gallery = gr.Gallery(
174
  label="Generated images", show_label=False, elem_id="gallery"
175
+ )
176
 
177
  with gr.Accordion("Advanced options", open=False):
178
  guidance = gr.Slider(