Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 269 Bytes
adcd7fa | 1 2 3 4 5 6 7 8 9 10 11 | [project]
name = "coding-model-space"
version = "0.1.0"
description = "Gradio Space that streams code from Cohere and runs generated Python or Web output."
requires-python = ">=3.13"
dependencies = [
"cohere>=5.16.1",
"gradio==6.14.0",
"matplotlib>=3.8",
]
|