RafaelJaime commited on
Commit
371bc77
·
1 Parent(s): 730b3b2

last push, change description

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -216,7 +216,7 @@ def gradio_compress_image(image, quality=80):
216
  def create_gradio_interface():
217
  with gr.Blocks(title="ImageUtilitiesMCP", theme=gr.themes.Soft()) as demo:
218
  gr.Markdown("# 🖼️ ImageUtilitiesMCP")
219
- gr.Markdown("Complete processing image tools")
220
 
221
  with gr.Tabs():
222
  with gr.Tab("🎨 Generate Image"):
@@ -381,9 +381,6 @@ def create_gradio_interface():
381
 
382
  format_input.change(gradio_change_format, [format_input, format_type], format_output)
383
  format_type.change(gradio_change_format, [format_input, format_type], format_output)
384
-
385
- gr.Markdown("---")
386
- gr.Markdown("💡 **Status**: Active | Procesamiento de imágenes en tiempo real")
387
 
388
  return demo
389
 
 
216
  def create_gradio_interface():
217
  with gr.Blocks(title="ImageUtilitiesMCP", theme=gr.themes.Soft()) as demo:
218
  gr.Markdown("# 🖼️ ImageUtilitiesMCP")
219
+ gr.Markdown("Some tools for image processing and generation.")
220
 
221
  with gr.Tabs():
222
  with gr.Tab("🎨 Generate Image"):
 
381
 
382
  format_input.change(gradio_change_format, [format_input, format_type], format_output)
383
  format_type.change(gradio_change_format, [format_input, format_type], format_output)
 
 
 
384
 
385
  return demo
386