chore(bin.synthesize): remove unused argument

pull/4115/head^2
Enno Hermann 2024-12-04 14:47:46 +01:00
parent 42ad9b00c6
commit 5daed879e0
1 changed files with 0 additions and 5 deletions

View File

@ -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,