From 11568f07762fa4b42bb1bf3caa27e0a29b8f13aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=91=AB?= Date: Thu, 18 Sep 2025 12:58:27 +0800 Subject: [PATCH] remove target text anotation --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index 3f64801..0eb53ff 100644 --- a/app.py +++ b/app.py @@ -244,14 +244,13 @@ def create_demo_interface(demo: VoxCPMDemo): text = gr.Textbox( value="VoxCPM is an innovative end-to-end TTS model from ModelBest, designed to generate highly realistic speech.", label="Target Text", - info="Default processing splits text on \\n into paragraphs; each is synthesized as a chunk and then concatenated into the final audio." ) with gr.Row(): DoNormalizeText = gr.Checkbox( value=False, label="Text Normalization", elem_id="chk_normalize", - info="We use WeTextPorcessing library to normalize the input text." + info="We use wetext library to normalize the input text." ) audio_output = gr.Audio(label="Output Audio")