mirror of
https://github.com/xiph/opus.git
synced 2025-05-21 19:08:31 +00:00
7 lines
No EOL
156 B
Python
7 lines
No EOL
156 B
Python
from .fwgan400 import FWGAN400ContLarge
|
|
from .fwgan500 import FWGAN500Cont
|
|
|
|
model_dict = {
|
|
'fwgan400': FWGAN400ContLarge,
|
|
'fwgan500': FWGAN500Cont
|
|
} |