Minor fixes.

This commit is contained in:
Fangjun Kuang 2021-12-17 20:22:26 +08:00
parent 270febb638
commit be493ad913

View File

@ -281,8 +281,6 @@ def main():
hyps.append(sp.decode(hyp).split())
print(hyps)
s = "\n"
for filename, hyp in zip(params.sound_files, hyps):
words = " ".join(hyp)