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