From fea8dbf91ca80e1c0861a65f7bd243bc3a66313d Mon Sep 17 00:00:00 2001 From: DanielYang Date: Tue, 22 Nov 2022 13:47:04 +0800 Subject: [PATCH] Update app.py --- modelcenter/PP-TTS/APP/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelcenter/PP-TTS/APP/app.py b/modelcenter/PP-TTS/APP/app.py index 4dc9cc8a..dcd8f0d7 100644 --- a/modelcenter/PP-TTS/APP/app.py +++ b/modelcenter/PP-TTS/APP/app.py @@ -44,4 +44,4 @@ with gr.Blocks() as demo: gr.Button.style(1) -demo.launch(share=True) +demo.launch() -- GitLab