From 9d01231fa69672fc7c9b4bf81ef466bb0189788c Mon Sep 17 00:00:00 2001 From: aky15 <ankeyu.aky@11.17.44.249> Date: 星期三, 17 五月 2023 17:34:21 +0800 Subject: [PATCH] rnnt继承ASRTask --- funasr/bin/sv_infer.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/funasr/bin/sv_infer.py b/funasr/bin/sv_infer.py index 8a9c6e9..9761497 100755 --- a/funasr/bin/sv_infer.py +++ b/funasr/bin/sv_infer.py @@ -1,3 +1,4 @@ +# -*- encoding: utf-8 -*- #!/usr/bin/env python3 # Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. # MIT License (https://opensource.org/licenses/MIT) -- Gitblit v1.9.1