We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f235d11 commit 960fa53Copy full SHA for 960fa53
synthesis.py
@@ -145,7 +145,6 @@ def _load(checkpoint_path):
145
plot_alignment(alignment.T, dst_alignment_path,
146
info="{}, {}".format(hparams.builder, basename(checkpoint_path)))
147
audio.save_wav(waveform, dst_wav_path)
148
- from os.path import basename, splitext
149
name = splitext(basename(text_list_file_path))[0]
150
if output_html:
151
print("""
0 commit comments