Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ def image_processing(image, filter_type):
|
|
274 |
|
275 |
# Gradio interface
|
276 |
with gr.Blocks(theme=theme) as app:
|
277 |
-
gr.HTML("<center><
|
278 |
with gr.Tab("Flip Image"):
|
279 |
with gr.Row():
|
280 |
image_input = gr.Image()
|
|
|
274 |
|
275 |
# Gradio interface
|
276 |
with gr.Blocks(theme=theme) as app:
|
277 |
+
gr.HTML("<center><h5>🎨 Image Studio</h5></center>")
|
278 |
with gr.Tab("Flip Image"):
|
279 |
with gr.Row():
|
280 |
image_input = gr.Image()
|