From 0612ae780c637b39fe7276e62393e079daa6cfdf Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期三, 15 十一月 2023 15:49:52 +0800
Subject: [PATCH] Update websocket_protocol_zh.md

---
 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