From 024a06491076e5575aa41cf9243657c29f2b3a6a Mon Sep 17 00:00:00 2001 From: enhuiz Date: Thu, 12 Jan 2023 18:24:32 +0800 Subject: [PATCH] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e0e6e..1023858 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An unofficial (toy) implementation of [VALL-E](https://valle-demo.github.io/), b pip install git+https://github.com/enhuiz/vall-e ``` -## Data Preparation +## Usage 1. Put your data into a folder, e.g. `data/your_data`. Audio files should be named with the suffix `.wav` and text files with `.normalized.txt`.