From 74169dbc0a806c01a784021cbaba7cc31f05d1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Sun, 23 Apr 2023 11:05:05 +0800 Subject: [PATCH] readme --- funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py | 2 ++ funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py | 2 ++ funasr/runtime/python/onnxruntime/funasr_onnx/vad_bin.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py b/funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py index 47b055903..8fcb2b567 100644 --- a/funasr/runtime/python/onnxruntime/funasr_onnx/paraformer_bin.py +++ b/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 diff --git a/funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py b/funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py index bbbb9133e..aeb91e7d7 100644 --- a/funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py +++ b/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 diff --git a/funasr/runtime/python/onnxruntime/funasr_onnx/vad_bin.py b/funasr/runtime/python/onnxruntime/funasr_onnx/vad_bin.py index ab8f0412f..022f1e780 100644 --- a/funasr/runtime/python/onnxruntime/funasr_onnx/vad_bin.py +++ b/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