diff --git a/TTS/bin/synthesize.py b/TTS/bin/synthesize.py index 454f528a..59ceb1db 100755 --- a/TTS/bin/synthesize.py +++ b/TTS/bin/synthesize.py @@ -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,