__init__.py 114 B

123456
  1. from . import cnhubert, whisper_enc
  2. content_module_map = {
  3. 'cnhubert': cnhubert,
  4. 'whisper': whisper_enc
  5. }