ysharma HF Staff commited on
Commit
71491d1
·
1 Parent(s): ae59a7f

update gallery height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
  neg_prompt = gr.Textbox(label='Negative Prompt')
58
  b1 = gr.Button('Generate')
59
  with gr.Row():
60
- gallery_if = gr.Gallery(label='IF Space outputs').style(columns=[1], rows=[1], object_fit="contain", height="auto")
61
  b2 = gr.Button("Get the best generation using Pick-A-Pic")
62
  image_picakapic = gr.Image(label="PickAPic Evaluated Output")
63
 
 
57
  neg_prompt = gr.Textbox(label='Negative Prompt')
58
  b1 = gr.Button('Generate')
59
  with gr.Row():
60
+ gallery_if = gr.Gallery(label='IF Space outputs').style(columns=[1], rows=[1], object_fit="contain", height="400")
61
  b2 = gr.Button("Get the best generation using Pick-A-Pic")
62
  image_picakapic = gr.Image(label="PickAPic Evaluated Output")
63