RafaelJaime commited on
Commit
473570b
·
1 Parent(s): 9cfb783

readme change title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Agents Guard Mcp
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="Image Processing Service", theme=gr.themes.Soft()) as demo:
135
- gr.Markdown("# 🖼️ Image Processing Service")
136
- gr.Markdown("Servicio completo de procesamiento de imágenes")
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"):