github-sync-test / pyproject.toml
billyaungmyint's picture
Sync from GitHub via hub-sync
7a2e696 verified
raw
history blame
211 Bytes
[project]
name = "huggingface"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.49.1",
"huggingface-hub>=1.11.0",
]