Pendrokar commited on
Commit
83ef274
Β·
verified Β·
1 Parent(s): a62d4dc

no MCP due to newer Python

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -222,4 +222,6 @@ 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, mcp_server=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)
226
+ # MCP needs Gradio 5, which needs a newer version of Python that xVASynth does not support
227
+ # demo.block.launch(share=True, show_api=True, show_error=True, mcp_server=True)