Spaces:
Runtime error
Runtime error
File size: 349 Bytes
b163aa7 |
1 2 3 4 5 6 7 8 9 10 11 |
"""
SpeechT5 Armenian TTS - Optimized Implementation
================================================
A high-performance Text-to-Speech system for Armenian language using SpeechT5.
Optimized for handling moderately large texts with advanced chunking and caching mechanisms.
"""
__version__ = "2.0.0"
__author__ = "Optimized by Senior ML Engineer"
|