sasha HF staff commited on
Commit
a6893ba
·
verified ·
1 Parent(s): 89e14df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
54
  description = gr.Markdown()
55
 
56
  with gr.Column():
57
- outputs=gr.Gallery().style(grid=[2], height="auto")
58
  labels = gr.Label()
59
 
60
  gr.Markdown("### Image Examples")
 
54
  description = gr.Markdown()
55
 
56
  with gr.Column():
57
+ outputs=gr.Gallery(rows=2)
58
  labels = gr.Label()
59
 
60
  gr.Markdown("### Image Examples")