Skip to content

Commit

Permalink
fix typo (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhendong committed Jun 21, 2024
1 parent 36336b3 commit 96ab843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api-examples/streaming_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 96ab843

Please sign in to comment.