From c4490d3575aa7accac36ae668b08b839d2ace478 Mon Sep 17 00:00:00 2001 From: 九耳 <mengzhe.cmz@alibaba-inc.com> Date: 星期五, 07 四月 2023 15:41:53 +0800 Subject: [PATCH] fix --- funasr/runtime/python/onnxruntime/funasr_onnx/__init__.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/python/onnxruntime/funasr_onnx/__init__.py b/funasr/runtime/python/onnxruntime/funasr_onnx/__init__.py index 4750479..86f0e8e 100644 --- a/funasr/runtime/python/onnxruntime/funasr_onnx/__init__.py +++ b/funasr/runtime/python/onnxruntime/funasr_onnx/__init__.py @@ -1,3 +1,5 @@ # -*- encoding: utf-8 -*- from .paraformer_bin import Paraformer from .vad_bin import Fsmn_vad +from .punc_bin import CT_Transformer +from .punc_bin import CT_Transformer_VadRealtime -- Gitblit v1.9.1