From 5eabdd444ea07038b6e814a022a212e8a87f6a9a Mon Sep 17 00:00:00 2001
From: 夜雨飘零 <yeyupiaoling@foxmail.com>
Date: 星期四, 30 十一月 2023 00:44:17 +0800
Subject: [PATCH] 修复为支持新版本的热词 (#1137)

---
 funasr/__init__.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/funasr/__init__.py b/funasr/__init__.py
index f297bc3..d0b7aa5 100644
--- a/funasr/__init__.py
+++ b/funasr/__init__.py
@@ -6,3 +6,5 @@
 version_file = os.path.join(dirname, "version.txt")
 with open(version_file, "r") as f:
     __version__ = f.read().strip()
+
+from funasr.bin.inference_cli import infer
\ No newline at end of file

--
Gitblit v1.9.1