fix:修复windows 日志格式问题

This commit is contained in:
JefferyHcool
2025-06-23 09:18:31 +08:00
parent ebb6d174ad
commit e40c97b3fd
3 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ class WhisperTranscriber(Transcriber):
print(" CUDA 可用,使用 GPU")
return True
elif is_torch_installed():
print("⚠️ 只装了 torch但没有 CUDA用 CPU")
print(" 只装了 torch但没有 CUDA用 CPU")
return False
else:
print(" 还没有安装 torch请先安装")