Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcelibs authored Dec 26, 2023
1 parent 9ba0f5f commit 7b24aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Local-Windows/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def transcribe_audio(file_path, language="japanese"):
text = " ".join([seg.text for seg in segments])
return text
except Exception as e:
print(f"错误: 无法转写音频。详情{e}")
print(f"錯誤: 無法轉錄聲音。詳情{e}")
return None


Expand Down

0 comments on commit 7b24aba

Please sign in to comment.