juliankoe's picture
Upload folder using huggingface_hub
a9384d7
|
raw
history blame contribute delete
No virus
340 Bytes

A newer version of the Gradio SDK is available: 4.44.1

Upgrade

GAN API

The {class}TTS.vocoder.models.gan.GAN provides an easy way to implementing new GAN based models. You just need to define the model architectures for the generator and the discriminator networks and give them to the GAN class to do its ✨️.

GAN

.. autoclass:: TTS.vocoder.models.gan.GAN
    :members: