From d8338dd83a425f35e9a2d37b8a131d0c56695526 Mon Sep 17 00:00:00 2001 From: enkilee Date: Mon, 18 Nov 2024 08:57:21 +0800 Subject: [PATCH] fix --- examples/opencpop/svs1/README.md | 3 +++ examples/opencpop/svs1/README_cn.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/examples/opencpop/svs1/README.md b/examples/opencpop/svs1/README.md index c2ace17e9..ca5cd9d9b 100644 --- a/examples/opencpop/svs1/README.md +++ b/examples/opencpop/svs1/README.md @@ -7,11 +7,14 @@ This example contains code used to train a [DiffSinger](https://arxiv.org/abs/21 Download Opencpop from it's [Official Website](https://wenet.org.cn/opencpop/download/) and extract it to `~/datasets`. Then the dataset is in the directory `~/datasets/Opencpop`. ### pip install + ```shell pip install huggingface_hub==0.25.2 ``` + ## Get Started Assume the path to the dataset is `~/datasets/Opencpop`. Run the command below to diff --git a/examples/opencpop/svs1/README_cn.md b/examples/opencpop/svs1/README_cn.md index 89432ff86..c7707bc91 100644 --- a/examples/opencpop/svs1/README_cn.md +++ b/examples/opencpop/svs1/README_cn.md @@ -8,6 +8,8 @@ 从 [官方网站](https://wenet.org.cn/opencpop/download/) 下载数据集 ### pip 安装 + ```shell pip install huggingface_hub==0.25.2 ```