Spaces:
Running
Running
File size: 298 Bytes
5a65ad6 | 1 2 3 4 5 6 7 8 9 10 11 12 | """
Speech Translation System with Voice Cloning
A comprehensive system for translating speech while preserving voice characteristics.
"""
__version__ = "1.0.0"
__author__ = "Speech Translation Team"
from .pipeline.main_pipeline import SpeechTranslator
__all__ = ["SpeechTranslator"] |