CoolFace
Apppublic

Carter-123/North-Mini-Code-1.0

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

North Mini Code Demo

A Gradio Space that streams code from Cohere's 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.

North-Mini-Code-1.0 is built for agentic coding and works best in your terminal with OpenCode.

Configuration

Set COHERE_API_KEY as a Hugging Face Space secret.

Local Run

bash
export COHERE_API_KEY=...
uv run python app.py

requirements.txt is kept for Hugging Face Spaces; pyproject.toml is for local uv runs.