Spaces:
Sleeping
Sleeping
File size: 514 Bytes
256e1f6 b2bfb1d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[project]
name = "diffusion-speech-360h"
version = "0.1.0"
description = "A simple diffusion-based text to speech model"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"g2p-en>=2.1.0",
"gradio>=5.9.1",
"nltk>=3.9.1",
"soundfile>=0.12.1",
"torch>=2.5.1",
"vocos>=0.1.0",
]
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
[tool.uv.sources]
torch = [
{ index = "pytorch-cpu", marker = "platform_system != 'Darwin'"},
] |