Use EspeakG2P

This commit is contained in:
hexgrad
2025-01-28 14:26:16 -08:00
parent c56d8e1e5d
commit 44ab97292e
3 changed files with 43 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='kokoro', # Name of the package
version='0.2.1', # Initial version
version='0.2.2', # Initial version
packages=find_packages(), # Automatically finds packages
install_requires=[ # List your dependencies here
'huggingface_hub',