dylanebert HF staff commited on
Commit
75482e2
1 Parent(s): 0403ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with block:
157
  with gr.Row(variant='panel'):
158
  with gr.Column(scale=1):
159
  # input image
160
- input_image = gr.Image(label="image", type='pil', height=300)
161
  # gen button
162
  button_gen = gr.Button("Generate")
163
 
 
157
  with gr.Row(variant='panel'):
158
  with gr.Column(scale=1):
159
  # input image
160
+ input_image = gr.Image(label="image", type='pil', height=320)
161
  # gen button
162
  button_gen = gr.Button("Generate")
163