2024-01-17 01:31:12 +09:00

4 lines
105 B
Python

from . import cnhubert, whisper_enc
content_module_map = {"cnhubert": cnhubert, "whisper": whisper_enc}