From 626de4b0455f956c7845daa4e8c0caff121549e0 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 6 Dec 2021 16:28:04 +0800 Subject: [PATCH] Update README.md --- demos/metaverse/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demos/metaverse/README.md b/demos/metaverse/README.md index cf6495221..a47846d0c 100644 --- a/demos/metaverse/README.md +++ b/demos/metaverse/README.md @@ -1,7 +1,9 @@ # Metaverse ## Introduction -This demo is an implementation to let a celebrity in an image "speak". With the composition of PaddleSpeech and PaddleGAN, we integrate the installation and the specific modules in a single shell script. +Metaverse is a new Internet application and social form integrating virtual reality produced by integrating a variety of new technologies. + +This demo is an implementation to let a celebrity in an image "speak". With the composition of `TTS` mudule of `PaddleSpeech` and `PaddleGAN`, we integrate the installation and the specific modules in a single shell script. ## How to use our code @@ -20,4 +22,4 @@ Second, run `run.sh` to complete all the essential procedures, including the ins ``` If you would like to try your own image, please replace the image name in the shell script. -The result has shown on our notebook[](). +The result has shown on our [notebook](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/tutorial/tts/tts_tutorial.ipynb).