File size: 463 Bytes
e5e1cf3 97cc1c5 e5e1cf3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [project]
name = "styletts2-hebrew"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"espeakng-loader>=0.1.9",
"gradio>=6.9.0",
"num2words>=0.5.14",
"onnxruntime>=1.24",
"phonemizer-fork>=3.3.2",
"renikud-onnx",
"soundfile>=0.13.1",
]
[tool.uv.sources]
renikud-onnx = { git = "https://github.com/thewh1teagle/renikud-v5.git", subdirectory = "renikud-onnx" }
|