DigiP-AI commited on
Commit
d9f44e3
·
verified ·
1 Parent(s): 07479b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(theme=theme, css=css) as app:
314
 
315
  with gr.Tab("Flip Image"):
316
  with gr.Row():
317
- image_input = gr.Image(type="numpy", label="Upload Image")
318
  image_output = gr.Image(format="png")
319
  with gr.Row():
320
  image_button = gr.Button("Run", variant='primary')
 
314
 
315
  with gr.Tab("Flip Image"):
316
  with gr.Row():
317
+ image_input = gr.Image(type="numpy", label="Upload Image",height=320)
318
  image_output = gr.Image(format="png")
319
  with gr.Row():
320
  image_button = gr.Button("Run", variant='primary')