1hr_demo / pyproject.toml
tuklu's picture
Upload folder using huggingface_hub
3f6702a verified
raw
history blame
255 Bytes
[project]
name = "1hr-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11.9"
dependencies = [
"pydub>=0.25.1",
"tts>=0.22.0",
"whisper>=1.1.10",
"whisper-timestamped>=1.15.9",
]