mirror of https://github.com/malarinv/tacotron2
update setup.py artifact and add dunder files
parent
0682eddfdc
commit
acfcadac47
|
|
@ -0,0 +1,4 @@
|
||||||
|
from .taco2.tts import main
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
Loading…
Reference in New Issue