Spaces:
Runtime error
Runtime error
update gallery height
Browse files
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="
|
| 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 |
|