MTeguri commited on
Commit
bde4677
·
1 Parent(s): fc1455b

Update Gradio interface launch configuration to enable MCP server mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug=True)
 
145
  description="Displays troubleshooting information based on sensor and threshold data."
146
  )
147
 
148
+ iface.launch(mcp_server=True)