mirror of https://github.com/malarinv/tacotron2
5 lines
67 B
Python
5 lines
67 B
Python
|
|
from .taco2.tts import main
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
main()
|