From 14ba21c109916a9e2f119075b82deca8a81fa573 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 31 Dec 2025 09:21:17 +0800 Subject: fix: remove unnecessary webui part in readme file --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index ac52241..e678c26 100644 --- a/README.md +++ b/README.md @@ -245,24 +245,6 @@ uv run src/utils/word_conll_to_char_conll.py \ output_char.conll ``` -## 高级功能 - -### 自定义标签 - -在 `src/webui/utils.py` 中修改 `DEFAULT_LABELS`: - -```python -DEFAULT_LABELS = [ - {"name": "timestamp", "color": "#87CEEB", "type": "text"}, - {"name": "speaker", "color": "#90EE90", "type": "text"}, - {"name": "dialogue", "color": "#FFB6C1", "type": "text"}, - {"name": "action", "color": "#DDA0DD", "type": "text"}, - {"name": "comment", "color": "#FFD700", "type": "text"}, - # 添加新标签 - {"name": "emotion", "color": "#FFA07A", "type": "text"}, -] -``` - ## 系统要求 ### 训练环境 -- cgit v1.2.3-70-g09d2