mirror of https://github.com/coqui-ai/TTS.git
server bug fix
This commit is contained in:
parent
5ff8544d6a
commit
ff01490e48
|
@ -145,6 +145,8 @@ class Synthesizer(object):
|
||||||
print(sen)
|
print(sen)
|
||||||
|
|
||||||
seq = np.array(self.input_adapter(sen))
|
seq = np.array(self.input_adapter(sen))
|
||||||
|
|
||||||
|
if self.use_phonemes:
|
||||||
text_hat = sequence_to_phoneme(seq)
|
text_hat = sequence_to_phoneme(seq)
|
||||||
print(text_hat)
|
print(text_hat)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue