Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
301 |
|
302 |
with gr.Tab("Flip Image"):
|
303 |
with gr.Row():
|
304 |
-
|
305 |
image_output = gr.Image(format="png")
|
306 |
with gr.Row():
|
307 |
image_button = gr.Button("Run", variant='primary')
|
|
|
301 |
|
302 |
with gr.Tab("Flip Image"):
|
303 |
with gr.Row():
|
304 |
+
image_input = gr.Image(type="numpy", label="Upload Image")
|
305 |
image_output = gr.Image(format="png")
|
306 |
with gr.Row():
|
307 |
image_button = gr.Button("Run", variant='primary')
|