2024-01-16 17:38:48 +08:00

6 lines
114 B
Python

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