keithito/tacotron

How can I call tacotron models in another python program

z404 opened this issue · 1 comments

z404 commented

I'm very sorry for raising this issue, as I'm a newcomer here. I've managed to create a model, but i want to know how I could use this in python

For example;
output = model.synthesize_speech("my sentence")
Thanks for the help!

first, maybe you shuld how to use eval.py or synthsise.py. Just replace the sentence with your own text.