Skip to content

Commit

Permalink
Update online_model.dart (#1375)
Browse files Browse the repository at this point in the history
fix typo on french joiner file
  • Loading branch information
flutter-painter authored Sep 24, 2024
1 parent d8809b5 commit 69c8e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter-examples/streaming_asr/lib/online_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Future<sherpa_onnx.OnlineModelConfig> getOnlineModelConfig(
decoder: await copyAssetFile(
'$modelDir/decoder-epoch-29-avg-9-with-averaged-model.onnx'),
joiner: await copyAssetFile(
'$modelDir/joincoder-epoch-29-avg-9-with-averaged-model.onnx'),
'$modelDir/joiner-epoch-29-avg-9-with-averaged-model.onnx'),
),
tokens: await copyAssetFile('$modelDir/tokens.txt'),
modelType: 'zipformer',
Expand Down

0 comments on commit 69c8e7b

Please sign in to comment.