gokaygokay commited on
Commit
dff83a6
·
verified ·
1 Parent(s): 24e33f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as iface:
240
  with gr.Column():
241
  blend_button = gr.Button("Blend Images")
242
 
243
- output_image = gr.Image(label="Blended Image", height=300)
244
 
245
  blend_button.click(
246
  blend_images,
 
240
  with gr.Column():
241
  blend_button = gr.Button("Blend Images")
242
 
243
+ output_image = gr.Image(label="Blended Image")
244
 
245
  blend_button.click(
246
  blend_images,