Ashrafb commited on
Commit
d624cb7
·
1 Parent(s): ab6ae01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(css=css) as demo:
64
  with gr.Row():
65
  diffuse_btn = gr.Button(value="Diffuse the Prompt!")
66
  with gr.Column(elem_id="generated-gallery"):
67
- sd_output = gr.Gallery().style(grid=1, height="auto")
68
  with gr.Group(elem_id="share-btn-container"):
69
  community_icon = gr.HTML(community_icon_html, visible=False)
70
  loading_icon = gr.HTML(loading_icon_html, visible=False)
 
64
  with gr.Row():
65
  diffuse_btn = gr.Button(value="Diffuse the Prompt!")
66
  with gr.Column(elem_id="generated-gallery"):
67
+ sd_output = gr.Gallery()
68
  with gr.Group(elem_id="share-btn-container"):
69
  community_icon = gr.HTML(community_icon_html, visible=False)
70
  loading_icon = gr.HTML(loading_icon_html, visible=False)