tacotron2/__main__.py

5 lines
67 B
Python

from .taco2.tts import main
if __name__ == '__main__':
main()