From 8ceb2662f95d6e9185a00b7ccbff3ee596d46342 Mon Sep 17 00:00:00 2001
From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com>
Date: 星期二, 14 十一月 2023 19:28:31 +0800
Subject: [PATCH] set itn to false for timestamp problem (#1088)

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