Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
no MCP due to newer Python
Browse files
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
|
|
|
|
|
|
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)
|