Spaces:
Running
Running
File size: 562 Bytes
b42e995 ae9d014 b42e995 ae9d014 b42e995 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[project]
name = "vlm-playground"
version = "0.1.0"
description = "Minimal Gradio demo containerized with uv"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=0.33.0",
"einops>=0.7.0",
"gradio>=5.41.1",
"huggingface-hub[cli]>=0.34.3",
"pillow>=10.3.0",
"pymupdf>=1.26.3",
"qwen-vl-utils>=0.0.11",
"requests>=2.32.0",
"safetensors>=0.4.5",
"torch>=2.8.0",
"torchvision>=0.23.0",
"transformers>=4.55.0",
]
[build-system]
requires = ["uv_build>=0.8.6,<0.9.0"]
build-backend = "uv_build"
|