thepianist9's picture
Upload folder using huggingface_hub
5a256aa verified
raw
history blame contribute delete
119 Bytes
from . import cnhubert, whisper_enc
content_module_map = {
'cnhubert': cnhubert,
'whisper': whisper_enc
}