Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as demo:
|
|
83 |
button = gr.Button("Generate", variant="primary")
|
84 |
with gr.Column():
|
85 |
output = gr.Gallery(label='Generated Images',
|
86 |
-
height=
|
87 |
button.click(demo_infer, inputs=[
|
88 |
guidance_scale, randomize_temperature, num_sample_steps,
|
89 |
i1k_class, seed],
|
|
|
83 |
button = gr.Button("Generate", variant="primary")
|
84 |
with gr.Column():
|
85 |
output = gr.Gallery(label='Generated Images',
|
86 |
+
height=256, rows=2, columns=2)
|
87 |
button.click(demo_infer, inputs=[
|
88 |
guidance_scale, randomize_temperature, num_sample_steps,
|
89 |
i1k_class, seed],
|