From ff83116369ba6afe56430cb0b9d977fbe7f4bced Mon Sep 17 00:00:00 2001 From: Atomie CHEN <atomic_cwh@163.com> Date: 星期一, 25 三月 2024 09:37:26 +0800 Subject: [PATCH] fix: resolve IndexError when using spk model and the audio contains only 1 segment (#1535) --- README.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index e7ff1b1..2409fe5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ | [**News**](https://github.com/alibaba-damo-academy/FunASR#whats-new) | [**Installation**](#installation) | [**Quick Start**](#quick-start) +| [**Tutorial**](https://github.com/alibaba-damo-academy/FunASR/blob/main/docs/tutorial/README.md) | [**Runtime**](./runtime/readme.md) | [**Model Zoo**](#model-zoo) | [**Contact**](#contact) @@ -67,7 +68,7 @@ ``` ## Model Zoo -FunASR has open-sourced a large number of pre-trained models on industrial data. You are free to use, copy, modify, and share FunASR models under the [Model License Agreement](./MODEL_LICENSE). Below are some representative models, for more models please refer to the [Model Zoo](). +FunASR has open-sourced a large number of pre-trained models on industrial data. You are free to use, copy, modify, and share FunASR models under the [Model License Agreement](./MODEL_LICENSE). Below are some representative models, for more models please refer to the [Model Zoo](./model_zoo). (Note: 猸� represents the ModelScope model zoo, 馃 represents the Huggingface model zoo, 馃崁 represents the OpenAI model zoo) -- Gitblit v1.9.1