Spaces:
Running
on
Zero
Running
on
Zero
File size: 630 Bytes
9434032 |
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 26 27 28 29 |
[tool.uv]
index-strategy = "unsafe-best-match"
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu118"
[project]
name = "VieNeu-TTS"
version = "0.1.0"
description = "VieNeu-TTS - TTS for Vietnamese language"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"phonemizer>=3.3.0",
"torch",
"torchvision",
"torchaudio",
"huggingface-hub[cli]>=0.36.0",
"neucodec>=0.0.4",
"librosa>=0.11.0",
"gradio>=5.49.1",
]
[tool.uv.sources]
torch = { index = "pytorch" }
torchvision = { index = "pytorch" }
torchaudio = { index = "pytorch" }
|