This commit is contained in:
彭震东
2024-06-21 11:15:59 +08:00
committed by GitHub
parent 36336b31f4
commit 96ab843173

View File

@@ -158,7 +158,7 @@ def add_model_args(parser: argparse.ArgumentParser):
parser.add_argument(
"--paraformer-decoder",
type=str,
help="Path to the transducer decoder model.",
help="Path to the paraformer decoder model.",
)
parser.add_argument(