DigiP-AI commited on
Commit
296d4b1
·
verified ·
1 Parent(s): e0207f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -274,8 +274,7 @@ def image_processing(image, filter_type):
274
 
275
  # Gradio interface
276
  with gr.Blocks(theme=theme) as app:
277
- gr.Markdown("# 🎨 Image Studio")
278
- gr.Markdown("# 🎨 Change Your Image")
279
  with gr.Tab("Flip Image"):
280
  with gr.Row():
281
  image_input = gr.Image()
 
274
 
275
  # Gradio interface
276
  with gr.Blocks(theme=theme) as app:
277
+ gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
 
278
  with gr.Tab("Flip Image"):
279
  with gr.Row():
280
  image_input = gr.Image()