None1145's picture
Upload 56 files
6a4914c verified
raw
history blame contribute delete
119 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}