Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
"""
|
2 |
Marketing Image Generator with Gradio MCP Server
|
3 |
-
Professional AI image generation using Google
|
4 |
Deployed on HuggingFace Spaces with built-in MCP server support
|
5 |
"""
|
6 |
|
@@ -742,7 +742,7 @@ with gr.Blocks(title="Marketing Image Generator MCP", theme=gr.themes.Soft()) as
|
|
742 |
|
743 |
**Gradio MCP Server** β **Google Imagen4** β **Marketing Review** β **Results**
|
744 |
|
745 |
-
*MCP Server available at: `/gradio_api/mcp/sse
|
746 |
""")
|
747 |
|
748 |
with gr.Row():
|
|
|
1 |
"""
|
2 |
Marketing Image Generator with Gradio MCP Server
|
3 |
+
Professional AI image generation using Google Imagen4 with marketing review
|
4 |
Deployed on HuggingFace Spaces with built-in MCP server support
|
5 |
"""
|
6 |
|
|
|
742 |
|
743 |
**Gradio MCP Server** β **Google Imagen4** β **Marketing Review** β **Results**
|
744 |
|
745 |
+
*MCP Server available at: `/gradio_api/mcp/sse` (Pls you may have to wait around a minute to generate)*
|
746 |
""")
|
747 |
|
748 |
with gr.Row():
|