Spaces:
Runtime error
Runtime error
# Pull your Ollama model (can be moved to build if desired) | |
ollama pull granite3.1-moe | |
ollama serve & | |
sleep 5 | |
# Start MCP server in the background | |
python3 server.py & | |
# Start Gradio (client.py) on 0.0.0.0:7860 | |
python3 client.py --server_name 0.0.0.0 --server_port 7860 | |