CoolFace
Apppublic

akhaliq/North-Mini-Code-1.0

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
README.md31 linesDownload Raw Back to root
1---2title: North Mini Code Demo3emoji: 💻4colorFrom: blue5colorTo: indigo6sdk: gradio7sdk_version: 6.14.08python_version: '3.13'9app_file: app.py10pinned: false11---12 13## North Mini Code Demo14 15A Gradio Space that streams code from Cohere's [North-Mini-Code-1.0](https://huggingface.co/CohereLabs/North-Mini-Code-1.0) model, executes the generated Python in a constrained subprocess, and renders generated HTML/CSS/JavaScript in a sandboxed browser iframe.16 17North-Mini-Code-1.0 is built for agentic coding and works best in your terminal with [OpenCode](https://opencode.ai).18 19## Configuration20 21Set `COHERE_API_KEY` as a Hugging Face Space secret.22 23## Local Run24 25```bash26export COHERE_API_KEY=...27uv run python app.py28```29 30`requirements.txt` is kept for Hugging Face Spaces; `pyproject.toml` is for local uv runs.31