Fix typos/bugs (#351)

This commit is contained in:
Fangjun Kuang
2023-10-08 11:39:59 +08:00
committed by GitHub
parent 407602445d
commit be081017de
2 changed files with 2 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ def create_recognizer(args):
rule3_min_utterance_length=300, # it essentially disables this rule
decoding_method=args.decoding_method,
provider=args.provider,
hotwords_file=agrs.hotwords_file,
hotwords_file=args.hotwords_file,
hotwords_score=args.hotwords_score,
)
return recognizer