DL-Art-School/codes/models/audio/tts/tacotron2/__init__.py
James Betker f563a8dd41 fixes
2022-03-15 21:43:00 -06:00

5 lines
242 B
Python

from models.audio.tts.tacotron2.taco_utils import *
from models.audio.tts.tacotron2.text import *
from models.audio.tts.tacotron2.tacotron2 import *
from models.audio.tts.tacotron2.stft import *
from models.audio.tts.tacotron2.layers import *