MTeguri commited on
Commit
c6ad41b
·
1 Parent(s): cf1066a

Update app.py to enable MCP server mode during launch for enhanced functionality.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,4 +240,4 @@ with gr.Blocks(title="水質データ 解析アプリ(Supabase版)") as demo
240
 
241
  if __name__ == "__main__":
242
  # demo.launch(share=True) # 外部共有したい場合は share=True
243
- demo.launch()
 
240
 
241
  if __name__ == "__main__":
242
  # demo.launch(share=True) # 外部共有したい場合は share=True
243
+ demo.launch(mcp_server=True)