Spaces:
Running
Running
File size: 352 Bytes
2eaa44a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[project]
name = "kokoro-studio"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.9.1",
"munch>=4.0.0",
"openphonemizer>=0.1.2",
"phonemizer>=3.3.0",
"pyyaml>=6.0.2",
"scipy>=1.14.1",
"soundfile>=0.12.1",
"torch>=2.5.1",
"transformers>=4.47.1",
]
|