CoolFace
Apppublic

Carter-123/North-Mini-Code-1.0

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
pyproject.toml11 linesDownload Raw Back to root
1[project]2name = "coding-model-space"3version = "0.1.0"4description = "Gradio Space that streams code from Cohere and runs generated Python or Web output."5requires-python = ">=3.13"6dependencies = [7    "cohere>=5.16.1",8    "gradio==6.14.0",9    "matplotlib>=3.8",10]11