DINO-HuVITS / src /__init__.py
SazerLife's picture
feat: added model
36a67ca
raw
history blame contribute delete
No virus
168 Bytes
from .campplus import CAMPPlus
from .flow import ResidualCouplingBlock as Flow
from .hifi_gan import Generator as HiFiGAN
from .hubert_posterior import PosteriorHubert