Spaces:
Running
Running
| [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", | |
| ] | |