Spaces:
Running
Running
Update app.py
Browse files
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')
|