北念
2024-07-24 b7b4a83c18277a7022124cad790c08ae703b7a2d
Merge branch 'main' of https://github.com/modelscope/FunASR into main
4个文件已修改
8 ■■■■ 已修改文件
runtime/html5/readme.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/html5/readme_zh.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/python/libtorch/setup.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/python/onnxruntime/setup.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/html5/readme.md
@@ -5,7 +5,7 @@
The server deployment uses the websocket protocol. The client can support html5 webpage access and microphone input or file input. There are two ways to access the service:
- Method 1: 
  Directly connect to the html client, manually download the client ([click here](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
  Directly connect to the html client, manually download the client ([click here](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
- Method 2: 
runtime/html5/readme_zh.md
@@ -5,7 +5,7 @@
服务端部署采用websocket协议,客户端可以支持html5网页访问,支持麦克风输入与文件输入,可以通过如下2种方式访问:
- 方式一:
   html客户端直连,手动下载客户端([点击此处](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号
   html客户端直连,手动下载客户端([点击此处](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号
- 方式二:
runtime/python/libtorch/setup.py
@@ -15,7 +15,7 @@
setuptools.setup(
    name="funasr_torch",
    version="0.1.1",
    version="0.1.2",
    platforms="Any",
    url="https://github.com/alibaba-damo-academy/FunASR.git",
    author="Speech Lab of DAMO Academy, Alibaba Group",
runtime/python/onnxruntime/setup.py
@@ -13,7 +13,7 @@
MODULE_NAME = "funasr_onnx"
VERSION_NUM = "0.4.0"
VERSION_NUM = "0.4.1"
setuptools.setup(
    name=MODULE_NAME,