tacotron2/__main__.py

5 lines
67 B
Python
Raw Normal View History

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