hhguo's picture
update
37ced70
raw
history blame
161 Bytes
from fireredtts.modules.bigvgan.bigvgan import BigVGAN
def get_bigvgan_backend(bigvgan_config):
generator = BigVGAN(**bigvgan_config)
return generator