From 26e3bbceaa22be164c7f0d38583c680b8f112047 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Fri, 9 Sep 2022 16:12:14 +0800 Subject: [PATCH] update __init__.py, test=tts --- paddlespeech/t2s/exps/vits/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddlespeech/t2s/exps/vits/__init__.py b/paddlespeech/t2s/exps/vits/__init__.py index abf198b9..97043fd7 100644 --- a/paddlespeech/t2s/exps/vits/__init__.py +++ b/paddlespeech/t2s/exps/vits/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab