Spaces:
Running
Running
File size: 291 Bytes
2592d48 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.136.1",
"gradio>=6.14.0",
"pydantic>=2.13.4",
"torch>=2.12.0",
"transformers>=5.9.0",
"uvicorn>=0.47.0",
]
|