Pendrokar commited on
Commit
cb7d6c1
Β·
verified Β·
1 Parent(s): e08a9be

launch MCP

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,4 +222,4 @@ class LocalBlocksDemo(BlocksDemo):
222
  if __name__ == "__main__":
223
  print('running custom Gradio interface')
224
  demo = LocalBlocksDemo(models_path, hf_cache_lojban_models_path, hf_cache_robotic_models_path, hf_cache_expresso_models_path)
225
- demo.block.launch(share=True, show_api=True, show_error=True)
 
222
  if __name__ == "__main__":
223
  print('running custom Gradio interface')
224
  demo = LocalBlocksDemo(models_path, hf_cache_lojban_models_path, hf_cache_robotic_models_path, hf_cache_expresso_models_path)
225
+ demo.block.launch(share=True, show_api=True, show_error=True, mcp_server=True)