DigiP-AI commited on
Commit
9bb9431
·
verified ·
1 Parent(s): 4ba8051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Tab("Flip Image"):
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")