[project] name = "hfs-svlm-council" version = "0.1.0" description = "sVLM Council — compare small vision-language models on an image, as a ZeroGPU Gradio Space + MCP server" readme = "README.md" requires-python = ">=3.10" dependencies = [ "gradio[mcp]>=5.38.0", "spaces>=0.30", "transformers>=5.15", # ZeroGPU supports torch 2.8-2.11 (https://huggingface.co/docs/hub/spaces-zerogpu) "torch>=2.10,<2.12", "torchvision>=0.25,<0.27", "accelerate>=1.0", "peft>=0.19.1", "pillow>=12.2", "loguru>=0.7.3", "typer>=0.12", "huggingface-hub>=0.34", "gradio-client>=1.4", "stamina>=26.1.0", ]