speech-api/modules/__init__.py

4 lines
99 B
Python
Raw Normal View History

2023-12-22 00:43:45 +01:00
from .sst import SST
from .tts import TTS
from .translate import Translate
from .video import Video