Remove GL message

This commit is contained in:
Eren G??lge 2022-06-21 12:39:31 +02:00
parent 30c72e0d05
commit 3328be7a8e
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ class Synthesizer(object):
if vocoder_checkpoint:
self._load_vocoder(vocoder_checkpoint, vocoder_config, use_cuda)
self.output_sample_rate = self.vocoder_config.audio["sample_rate"]
else:
print(" > Using Griffin-Lim as no vocoder model defined")
@staticmethod
def _get_segmenter(lang: str):