From f047ff8aa4fb11215a3eb5a425fee77ff72e5dba Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期一, 01 一月 2024 16:34:18 +0800
Subject: [PATCH] add introduction of fst hotwords
---
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