Spaces:
Running
Running
[project] | |
name = "artificial-styletts2" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.10" | |
dependencies = [ | |
"audiofile>=1.5.0", | |
"cached-path>=1.6.6", | |
"einops>=0.8.0", | |
"einops-exts>=0.0.4", | |
"gradio>=5.9.1", | |
"huggingface-hub>=0.26.5", | |
"librosa>=0.10.2.post1", | |
"markdown>=3.7", | |
"matplotlib>=3.10.0", | |
"monotonic-align", | |
"munch>=4.0.0", | |
"nltk>=3.9.1", | |
"numpy==2.0", | |
"openphonemizer>=0.1.2", | |
"phonemizer>=3.3.0", | |
"scikit-learn>=1.6.0", | |
"soundfile>=0.12.1", | |
"torch>=2.5.1", | |
"torchaudio>=2.5.1", | |
"tqdm>=4.67.1", | |
"transformers>=4.47.1", | |
"txtsplit>=1.0.0", | |
] | |
[tool.uv.sources] | |
monotonic-align = { git = "https://github.com/resemble-ai/monotonic_align.git" } | |