From 3342cfadd6c4fb894febcf951c7fede94406d1ba Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 2 Mar 2023 08:22:03 +0000 Subject: [PATCH] update README --- examples/vctk/vc3/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/vctk/vc3/README.md b/examples/vctk/vc3/README.md index 2de0a0add..83e1003c7 100644 --- a/examples/vctk/vc3/README.md +++ b/examples/vctk/vc3/README.md @@ -1 +1,10 @@ -You can download test source audios from [test_wav.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/starganv2vc/test_wav.zip). \ No newline at end of file +You can download test source audios from [test_wav.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/starganv2vc/test_wav.zip). + + +Test Voice Conversion: + +```bash +wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/starganv2vc/test_wav.zip +unzip test_wav.zip +./run.sh --stage 2 --stop-stage 2 --gpus 0 +``` \ No newline at end of file