Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -793,7 +793,7 @@ with gr.Blocks() as demo:
|
|
| 793 |
)
|
| 794 |
|
| 795 |
with gr.Column(scale=1):
|
| 796 |
-
result = gr.Image(label="Output Image", height=
|
| 797 |
|
| 798 |
with gr.Accordion("Advanced Settings", open=True):
|
| 799 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
|
|
|
|
| 793 |
)
|
| 794 |
|
| 795 |
with gr.Column(scale=1):
|
| 796 |
+
result = gr.Image(label="Output Image", height=555)
|
| 797 |
|
| 798 |
with gr.Accordion("Advanced Settings", open=True):
|
| 799 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
|