diff --git a/egs/librispeech/ASR/conformer_ctc/pretrained.py b/egs/librispeech/ASR/conformer_ctc/pretrained.py index d9b5bc130..1ce95f891 100755 --- a/egs/librispeech/ASR/conformer_ctc/pretrained.py +++ b/egs/librispeech/ASR/conformer_ctc/pretrained.py @@ -57,22 +57,19 @@ def get_parser(): parser.add_argument( "--words-file", type=str, - help="Path to words.txt " - "Used only when method is not ctc-decoding", + help="Path to words.txt " "Used only when method is not ctc-decoding", ) parser.add_argument( "--HLG", type=str, - help="Path to HLG.pt. " - "Used only when method is not ctc-decoding", + help="Path to HLG.pt. " "Used only when method is not ctc-decoding", ) parser.add_argument( "--bpe-model", type=str, - help="Path to bpe.model. " - "Used only when method is ctc-decoding.", + help="Path to bpe.model. " "Used only when method is ctc-decoding.", ) parser.add_argument(