From c810588a3531448e94eedc7c954d0ed456bc4f96 Mon Sep 17 00:00:00 2001 From: liuyibing01 Date: Thu, 27 Feb 2020 04:21:52 +0000 Subject: [PATCH] Update README --- LICENSE | 2 -- README.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 93f68d8..3191f55 100644 --- a/LICENSE +++ b/LICENSE @@ -13,6 +13,4 @@ limitations under the License. -Part of code was copied or adpated from https://github.com/r9y9/deepvoice3_pytorch/ -Copyright (c) 2017: Ryuichi Yamamoto, whose applies. diff --git a/README.md b/README.md index 5eb631c..ff46a3b 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,7 @@ nltk.download("cmudict") - [Train a TransformerTTS model with ljspeech dataset](./examples/transformer_tts) - [Train a FastSpeech model with ljspeech dataset](./examples/fastspeech) - [Train a WaveFlow model with ljspeech dataset](./examples/waveflow) + +## Copyright and License + +Parakeet is provided under the [Apache-2.0 license](LICENSE). -- GitLab