Spaces:
Runtime error
Runtime error
File size: 420 Bytes
1d40a2a 09478ac 1d40a2a 09478ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[project]
name = "transformers-zerogpu-1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.12.0",
"gradio>=5.50.0",
"spaces>=0.42.1",
"torch==2.8.0",
"torchvision>=0.23.0",
"transformers",
]
[tool.uv.sources]
transformers = { git = "https://github.com/huggingface/transformers.git", rev = "7b84f726c5" }
|