Spaces:
Runtime error
Runtime error
| [project] | |
| name = "style-demo" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "hf-xet>=1.0.3", | |
| "safetensors>=0.5.3", | |
| "timm>=1.0.15", | |
| "torch>=2.6.0", | |
| "torchvision>=0.21.0", | |
| "transformers>=4.51.2", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "gradio>=5.25.0", | |
| "ruff>=0.11.5", | |
| ] | |