Commit
·
473570b
1
Parent(s):
9cfb783
readme change title
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🐠
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: red
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ImageUtilitiesMCP
|
| 3 |
emoji: 🐠
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: red
|
app.py
CHANGED
|
@@ -131,9 +131,9 @@ def gradio_compress_image(image, quality=80):
|
|
| 131 |
return image
|
| 132 |
|
| 133 |
def create_gradio_interface():
|
| 134 |
-
with gr.Blocks(title="
|
| 135 |
-
gr.Markdown("# 🖼️
|
| 136 |
-
gr.Markdown("
|
| 137 |
|
| 138 |
with gr.Tabs():
|
| 139 |
with gr.Tab("🎨 Generate Image"):
|
|
|
|
| 131 |
return image
|
| 132 |
|
| 133 |
def create_gradio_interface():
|
| 134 |
+
with gr.Blocks(title="ImageUtilitiesMCP", theme=gr.themes.Soft()) as demo:
|
| 135 |
+
gr.Markdown("# 🖼️ ImageUtilitiesMCP")
|
| 136 |
+
gr.Markdown("Complete processing image tools")
|
| 137 |
|
| 138 |
with gr.Tabs():
|
| 139 |
with gr.Tab("🎨 Generate Image"):
|