Spaces:
Configuration error
Configuration error
Justin John
commited on
Cleanup
Browse files
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
|
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"
|