mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
lint indentation
This commit is contained in:
@@ -99,7 +99,7 @@ class MyDataset(Dataset):
|
||||
print(" > ERROR: failed loading phonemes for {}. "
|
||||
"Recomputing.".format(wav_file))
|
||||
phonemes = self._generate_and_cache_phoneme_sequence(text,
|
||||
cache_path)
|
||||
cache_path)
|
||||
if self.enable_eos_bos:
|
||||
phonemes = pad_with_eos_bos(phonemes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user