From a2cdc99c860f9269cc4629c47199476786c8b69c Mon Sep 17 00:00:00 2001 From: Ming Date: Tue, 22 Nov 2022 20:32:37 +0800 Subject: [PATCH] update Publisher in PP-ASR / PP-TTS (#5649) * update info.yaml format in PP-ASR / PP-TTS * update info.yaml format in PP-ASR / PP-TTS * update info.yaml format in ERNIE-Layout / PP-YOLOv2 * update info.yaml format in ERNIE-Layout * update Publisher in PP-TTS/PP-ASR --- modelcenter/PP-ASR/info.yaml | 2 +- modelcenter/PP-TTS/info.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modelcenter/PP-ASR/info.yaml b/modelcenter/PP-ASR/info.yaml index 3088d136..abf761fb 100755 --- a/modelcenter/PP-ASR/info.yaml +++ b/modelcenter/PP-ASR/info.yaml @@ -22,7 +22,7 @@ Example: url: "https://aistudio.baidu.com/aistudio/projectdetail/4398167?shared=1" url_en: Datasets: "Aishell1, GigaSpeech, LibriSpeech, WenetSpeech" -Pulisher: "Baidu" +Publisher: "Baidu" License: "Apache 2.0" Paper: - title: "PaddleSpeech: An Easy-to-Use All-in-One Speech Toolkit" diff --git a/modelcenter/PP-TTS/info.yaml b/modelcenter/PP-TTS/info.yaml index 66e9fb5b..e19e7fab 100644 --- a/modelcenter/PP-TTS/info.yaml +++ b/modelcenter/PP-TTS/info.yaml @@ -21,7 +21,7 @@ Example: url: url_en: Datasets: "Aishell3, LJ Speech, Chinese Standard Mandarin Speech Copus, VCTK" -Pulisher: "Baidu" +Publisher: "Baidu" License: "Apache 2.0" Paper: - title: "PaddleSpeech: An Easy-to-Use All-in-One Speech Toolkit" -- GitLab