Skip to content

Commit 960fa53

Browse files
committed
minor fix
1 parent f235d11 commit 960fa53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synthesis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def _load(checkpoint_path):
145145
plot_alignment(alignment.T, dst_alignment_path,
146146
info="{}, {}".format(hparams.builder, basename(checkpoint_path)))
147147
audio.save_wav(waveform, dst_wav_path)
148-
from os.path import basename, splitext
149148
name = splitext(basename(text_list_file_path))[0]
150149
if output_html:
151150
print("""

0 commit comments

Comments
 (0)