From adf32376629f6940c84b62167bee6c252e6c2fcc Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 09 十一月 2023 11:32:34 +0800
Subject: [PATCH] fix perl bug
---
funasr/__init__.py | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/funasr/__init__.py b/funasr/__init__.py
index 1f31505..aab4289 100644
--- a/funasr/__init__.py
+++ b/funasr/__init__.py
@@ -129,4 +129,7 @@
return inference_pipeline(data_path_and_name_and_type, raw_inputs=raw_inputs, **kwargs)
- return _infer_fn
\ No newline at end of file
+ return _infer_fn
+
+if __name__ == '__main__':
+ pass
\ No newline at end of file
--
Gitblit v1.9.1