harshinde commited on
Commit
d32138a
·
verified ·
1 Parent(s): 297d088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # Can also set GRADIO_MCP_SERVER=True as environment variable
273
- demo.launch(ssr_mode=False, mcp_server=True)
 
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)