Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -275,6 +275,7 @@ def image_processing(image, filter_type):
|
|
275 |
# Gradio interface
|
276 |
with gr.Blocks(theme=theme) as app:
|
277 |
gr.Markdown("# 🎨 Image Studio")
|
|
|
278 |
with gr.Tab("Flip Image"):
|
279 |
with gr.Row():
|
280 |
image_input = gr.Image()
|
|
|
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()
|