remove target text anotation

This commit is contained in:
刘鑫
2025-09-18 13:07:43 +08:00
parent 11568f0776
commit bdd516b579

4
app.py
View File

@@ -194,10 +194,6 @@ def create_demo_interface(demo: VoxCPMDemo):
**调低**:合成速度更快。 **调低**:合成速度更快。
- **Higher** for better synthesis quality. - **Higher** for better synthesis quality.
**调高**:合成质量更佳。 **调高**:合成质量更佳。
### Long Text (e.g., >5 min speech)|长文本 (如 >5分钟的合成语音)
While VoxCPM can handle long texts directly, we recommend using empty lines to break very long content into paragraphs; the model will then synthesize each paragraph individually.
虽然 VoxCPM 支持直接生成长文本,但如果目标文本过长,我们建议使用换行符将内容分段;模型将对每个段落分别合成。
""") """)
# Main controls # Main controls