From 111450d5e67ed01e3e7de088fe5bb3115dc7eeff Mon Sep 17 00:00:00 2001
From: mengzhe.cmz <mengzhe.cmz@alibaba-inc.com>
Date: 星期四, 23 三月 2023 19:55:15 +0800
Subject: [PATCH] update infer.py
---
funasr/runtime/python/onnxruntime/setup.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/funasr/runtime/python/onnxruntime/setup.py b/funasr/runtime/python/onnxruntime/setup.py
index f062500..299910f 100644
--- a/funasr/runtime/python/onnxruntime/setup.py
+++ b/funasr/runtime/python/onnxruntime/setup.py
@@ -20,8 +20,8 @@
version=VERSION_NUM,
platforms="Any",
description="Using paraformer with ONNXRuntime",
- author="SWHL",
- author_email="liekkaskono@163.com",
+ author="FunASR",
+ author_email="funasr@list.alibaba-inc.com",
url="https://github.com/alibaba-damo-academy/FunASR",
license='MIT',
long_description=get_readme(),
--
Gitblit v1.9.1