From 29e035917042bc0b2f883984679b3d44a18a253b Mon Sep 17 00:00:00 2001
From: electroniccc <37819493+electroniccc@users.noreply.github.com>
Date: 星期一, 20 十一月 2023 09:45:15 +0800
Subject: [PATCH] Fix ' was a deprecated alias for the builtin ' issue (#1100)
---
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