From 70379713923e9938dcfcb3791b17f7b469233432 Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期四, 11 一月 2024 17:03:00 +0800
Subject: [PATCH] update asr with speaker
---
funasr/__init__.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/funasr/__init__.py b/funasr/__init__.py
index c7cc3b6..669bdac 100644
--- a/funasr/__init__.py
+++ b/funasr/__init__.py
@@ -29,3 +29,5 @@
return results
import_submodules(__name__)
+
+from funasr.bin.inference import AutoModel, AutoFrontend
\ No newline at end of file
--
Gitblit v1.9.1