From 743b9fbc35e1dbb1aa0c627b8bb7953098cbfee1 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 09 十一月 2023 18:47:07 +0800
Subject: [PATCH] docs
---
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