Justin John commited on
Commit
be090b0
·
unverified ·
1 Parent(s): ed17906
Files changed (1) hide show
  1. src/f5_tts/infer/infer_cli.py +1 -1
src/f5_tts/infer/infer_cli.py CHANGED
@@ -108,7 +108,7 @@ model = args.model if args.model else config["model"]
108
  ckpt_file = args.ckpt_file if args.ckpt_file else ""
109
  vocab_file = args.vocab_file if args.vocab_file else ""
110
  remove_silence = args.remove_silence if args.remove_silence else config["remove_silence"]
111
- speed = args.speed # The new speed argument
112
  wave_path = Path(output_dir) / "infer_cli_out.wav"
113
  # spectrogram_path = Path(output_dir) / "infer_cli_out.png"
114
  vocos_local_path = "../checkpoints/charactr/vocos-mel-24khz"
 
108
  ckpt_file = args.ckpt_file if args.ckpt_file else ""
109
  vocab_file = args.vocab_file if args.vocab_file else ""
110
  remove_silence = args.remove_silence if args.remove_silence else config["remove_silence"]
111
+ speed = args.speed
112
  wave_path = Path(output_dir) / "infer_cli_out.wav"
113
  # spectrogram_path = Path(output_dir) / "infer_cli_out.png"
114
  vocos_local_path = "../checkpoints/charactr/vocos-mel-24khz"