Update infer_cli.py; minor update, remove duplicate print

This commit is contained in:
Yushen CHEN
2024-11-24 12:03:33 +08:00
committed by GitHub
parent 6b72d67270
commit f1b44e9943
-1
View File
@@ -118,7 +118,6 @@ remove_silence = args.remove_silence if args.remove_silence else config["remove_
speed = args.speed
wave_path = Path(output_dir) / output_file
print("Output: ",wave_path)
# spectrogram_path = Path(output_dir) / "infer_cli_out.png"
vocoder_name = args.vocoder_name