Add whisper to requirements
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -12,4 +12,7 @@ torchaudio
|
|
12 |
speechbrain
|
13 |
soundfile
|
14 |
modelscope
|
15 |
-
rotary-embedding-torch
|
|
|
|
|
|
|
|
12 |
speechbrain
|
13 |
soundfile
|
14 |
modelscope
|
15 |
+
rotary-embedding-torch
|
16 |
+
|
17 |
+
# Trascribe audios
|
18 |
+
git+https://github.com/openai/whisper.git
|