Spaces:
Running
on
Zero
Running
on
Zero
File size: 161 Bytes
37ced70 |
1 2 3 4 5 6 7 |
from fireredtts.modules.bigvgan.bigvgan import BigVGAN
def get_bigvgan_backend(bigvgan_config):
generator = BigVGAN(**bigvgan_config)
return generator
|