Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ def image_processing(image, filter_type):
|
|
268 |
# Gradio interface
|
269 |
with gr.Blocks(theme=theme) as app:
|
270 |
gr.Markdown("Image Filtering Studio")
|
271 |
-
|
272 |
with gr.Row():
|
273 |
image_input = gr.Image()
|
274 |
image_output = gr.Image(format="png")
|
|
|
268 |
# Gradio interface
|
269 |
with gr.Blocks(theme=theme) as app:
|
270 |
gr.Markdown("Image Filtering Studio")
|
271 |
+
with gr.Tab("Flip Image"):
|
272 |
with gr.Row():
|
273 |
image_input = gr.Image()
|
274 |
image_output = gr.Image(format="png")
|