Spaces:
Running
Running
File size: 358 Bytes
04705fd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "rag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"opencv-python",
"gradio",
"pillow",
"torch",
"transformers",
"chromadb",
"zarr",
"einops>=0.8.2",
"torchvision>=0.25.0",
"pydantic>=2.12.5",
"hf-transfer>=0.1.9",
]
|