Update Gradio interface launch configuration to enable MCP server mode
Browse files
app.py
CHANGED
|
@@ -145,4 +145,4 @@ iface = gr.Interface(
|
|
| 145 |
description="Displays troubleshooting information based on sensor and threshold data."
|
| 146 |
)
|
| 147 |
|
| 148 |
-
iface.launch(
|
|
|
|
| 145 |
description="Displays troubleshooting information based on sensor and threshold data."
|
| 146 |
)
|
| 147 |
|
| 148 |
+
iface.launch(mcp_server=True)
|