mirror of https://github.com/coqui-ai/TTS.git
Fix style
This commit is contained in:
parent
d227aaebcc
commit
faafea4cf2
|
@ -91,6 +91,8 @@ def load_tts_samples(
|
|||
for idx, ins in enumerate(meta_data_eval_all):
|
||||
attn_file = meta_data[ins[1]].strip()
|
||||
meta_data_eval_all[idx].append(attn_file)
|
||||
# set none for the next iter
|
||||
formatter = None
|
||||
return meta_data_train_all, meta_data_eval_all
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue