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).