mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-12 13:31:01 +02:00
linter
This commit is contained in:
@@ -145,7 +145,6 @@ class Synthesizer(object):
|
||||
print(sen)
|
||||
|
||||
seq = np.array(self.input_adapter(sen))
|
||||
|
||||
if self.use_phonemes:
|
||||
text_hat = sequence_to_phoneme(seq)
|
||||
print(text_hat)
|
||||
|
||||
Reference in New Issue
Block a user