Skip to content

Commit 14de2fa

Browse files
committed
docs: update module doc
1 parent b448a5b commit 14de2fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/operators/detect_lang_of_audio.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
This operator uses OpenAI's whisper to detect spoken language in audio files.
33
44
pip install :
5-
git+https://github.com/openai/whisper.git
5+
openai-whisper==20231117
6+
pydub==0.25.1
7+
torch==2.3.0
8+
torchaudio==2.3.0
69
"""
710

811
LANGUAGES = {

0 commit comments

Comments
 (0)