游雁 2 years ago
parent
commit
74169dbc0a

+ 2 - 0
funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py

@@ -1,4 +1,6 @@
 # -*- encoding: utf-8 -*-
+# Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved.
+#  MIT License  (https://opensource.org/licenses/MIT)
 
 import os.path
 from pathlib import Path

+ 2 - 0
funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py

@@ -1,4 +1,6 @@
 # -*- encoding: utf-8 -*-
+# Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved.
+#  MIT License  (https://opensource.org/licenses/MIT)
 
 import os.path
 from pathlib import Path

+ 2 - 0
funasr/runtime/python/onnxruntime/funasr_onnx/vad_bin.py

@@ -1,4 +1,6 @@
 # -*- encoding: utf-8 -*-
+# Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved.
+#  MIT License  (https://opensource.org/licenses/MIT)
 
 import os.path
 from pathlib import Path