Update app.py
Browse files
app.py
CHANGED
|
@@ -269,5 +269,5 @@ with gr.Blocks(title="GeoSpatial-LiDAR-3D Point Cloud Visualizer") as demo:
|
|
| 269 |
|
| 270 |
if __name__ == "__main__":
|
| 271 |
# Launch with MCP server support for integration with other tools
|
| 272 |
-
#
|
| 273 |
-
demo.launch(ssr_mode=False, mcp_server=
|
|
|
|
| 269 |
|
| 270 |
if __name__ == "__main__":
|
| 271 |
# Launch with MCP server support for integration with other tools
|
| 272 |
+
# To enable MCP server, set mcp_server=True or use GRADIO_MCP_SERVER env var
|
| 273 |
+
demo.launch(ssr_mode=False, mcp_server=False)
|