From 4ace5a95b052d338947fc88809a440ccd55cf6b4 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 16 十一月 2023 16:39:52 +0800
Subject: [PATCH] funasr pages
---
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