Skip to content

Commit e8871bb

Browse files
update asr offline client to pass model name
1 parent 9f4dfcd commit e8871bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/asr/transcribe_file_offline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def main() -> None:
6767

6868
config = riva.client.RecognitionConfig(
6969
language_code=args.language_code,
70+
model=args.model_name,
7071
max_alternatives=args.max_alternatives,
7172
profanity_filter=args.profanity_filter,
7273
enable_automatic_punctuation=args.automatic_punctuation,

0 commit comments

Comments
 (0)