Skip to content

Commit

Permalink
fixed variable's spell num_trailing_blanks (#623)
Browse files Browse the repository at this point in the history
Signed-off-by: lonngxiang <[email protected]>
Co-authored-by: lonngxiang <[email protected]>
  • Loading branch information
lonngxiang and lonngxiang authored Mar 1, 2024
1 parent e2397cd commit 93836ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api-examples/keyword-spotter-from-microphone.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def main():
keywords_file=args.keywords_file,
keywords_score=args.keywords_score,
keywords_threshold=args.keywords_threshold,
num_tailing_blanks=args.rnum_tailing_blanks,
num_trailing_blanks=args.num_trailing_blanks,
provider=args.provider,
)

Expand Down

0 comments on commit 93836ff

Please sign in to comment.