From dee0549a15ddff874026925d369a767f43ace61e Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 14 Nov 2022 15:34:19 +0800 Subject: [PATCH] add gradio for PP-TTS (#5582) --- modelcenter/PP-TTS/APP/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modelcenter/PP-TTS/APP/requirements.txt b/modelcenter/PP-TTS/APP/requirements.txt index cc9ab8f9..023ad285 100644 --- a/modelcenter/PP-TTS/APP/requirements.txt +++ b/modelcenter/PP-TTS/APP/requirements.txt @@ -1,3 +1,4 @@ paddlepaddle==2.3.2 paddleaudio==1.0.1 -paddlespeech==1.2.0 \ No newline at end of file +paddlespeech==1.2.0 +gradio \ No newline at end of file -- GitLab