From fb7fd81e20768163388d06b229c8af8254be343e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Sun, 16 Feb 2025 14:12:17 +0800 Subject: [PATCH] 'commit' --- AI/T3_TextSummarize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI/T3_TextSummarize.py b/AI/T3_TextSummarize.py index 14816f5b..1be87105 100644 --- a/AI/T3_TextSummarize.py +++ b/AI/T3_TextSummarize.py @@ -137,7 +137,7 @@ class ContentAnalyzer: def main(): print("\n" + "=" * 50) - print(" 🚀 长超时课程分析系统 ".center(50, "✨")) + print(" 🚀 长春云校视频课程智能打标记系统 ".center(50, "✨")) print("=" * 50) analyzer = ContentAnalyzer(initial_timeout=120) # 显式设置初始超时