Spaces:
Running
on
Zero
Running
on
Zero
PseudoTerminal X
commited on
Commit
•
4064994
1
Parent(s):
f0b9e70
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
gr.Slider(10, 50, step=5, label="Number of Inference Steps", value=25),
|
35 |
gr.Text(value="underexposed, blurry, ugly, washed-out", label="Negative Prompt")
|
36 |
],
|
37 |
-
outputs=gr.Gallery(height=
|
38 |
examples=example_prompts,
|
39 |
title="Image Generation with Diffusion Model",
|
40 |
description="Generate images based on textual prompts. Adjust the parameters to see how they affect the outcome."
|
|
|
34 |
gr.Slider(10, 50, step=5, label="Number of Inference Steps", value=25),
|
35 |
gr.Text(value="underexposed, blurry, ugly, washed-out", label="Negative Prompt")
|
36 |
],
|
37 |
+
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
38 |
examples=example_prompts,
|
39 |
title="Image Generation with Diffusion Model",
|
40 |
description="Generate images based on textual prompts. Adjust the parameters to see how they affect the outcome."
|