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