Spaces:
Sleeping
Sleeping
File size: 411 Bytes
bfabd59 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "lczerolens-backends-demo"
version = "0.1.0"
description = "Demo lczerolens backends features."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gdown>=5.2.0",
"gradio>=5.20.1",
"lczerolens>=0.3.1",
"lczero-bindings",
]
[tool.uv.sources]
lczero-bindings = { git = "https://github.com/LeelaChessZero/lc0.git", rev = "dfcd1c314150b93125697491bef1221841443c18" }
|