mirror of https://github.com/coqui-ai/TTS.git
chore(bin.synthesize): remove unused argument
parent
42ad9b00c6
commit
5daed879e0
|
@ -253,11 +253,6 @@ def parse_args() -> argparse.Namespace:
|
|||
action="store_true",
|
||||
)
|
||||
# aux args
|
||||
parser.add_argument(
|
||||
"--save_spectogram",
|
||||
action="store_true",
|
||||
help="Save raw spectogram for further (vocoder) processing in out_path.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--reference_wav",
|
||||
type=str,
|
||||
|
|
Loading…
Reference in New Issue