radames HF staff commited on
Commit
cd0b70c
1 Parent(s): f5b46d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ with block:
94
  randomize=True,
95
  )
96
  with gr.Column():
97
- gallery = gr.Gallery(label="Generated Images", show_label=False).style(
98
- grid=[2], height="auto")
99
  gr.Examples(
100
  examples=[
101
  ["./examples/baby.jpg", "high definition photo of a baby astronaut space walking at the international space station with earth seeing from above in the background",
 
94
  randomize=True,
95
  )
96
  with gr.Column():
97
+ gallery = gr.Gallery(label="Generated Images", show_label=False).style(grid=[2])
 
98
  gr.Examples(
99
  examples=[
100
  ["./examples/baby.jpg", "high definition photo of a baby astronaut space walking at the international space station with earth seeing from above in the background",