beleata74's picture
Upload folder using huggingface_hub
256e3e6 verified
raw
history blame contribute delete
225 Bytes
"""Text-to-speech generation modules"""
from .vllm_generator import VLLMTTSGenerator
from .chunking import split_into_sentences, estimate_duration
__all__ = ['VLLMTTSGenerator', 'split_into_sentences', 'estimate_duration']