sidon_demo_beta / pyproject.toml
Wataru's picture
Upload folder using huggingface_hub
2d52996 verified
raw
history blame contribute delete
275 Bytes
[project]
name = "sidon-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.3.0",
"pydantic==2.10.6",
"torch>=2.7.1",
"torchaudio>=2.7.1",
"transformers>=4.53.3",
]