test / pyproject.toml
fongci's picture
Update application
af9cd74
raw
history blame contribute delete
182 Bytes
[project]
name = "test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"huggingface-hub>=0.32.4",
]