prithivMLmods commited on
Commit
f3a02c8
·
verified ·
1 Parent(s): 5462e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=560)
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)