Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -13,11 +13,10 @@ torch==2.6.0 # Or the version best suited for your GPU/CPU
|
|
13 |
# moviepy==1.0.3
|
14 |
# Web Interface
|
15 |
gradio==5.23.3
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
# whisperx==3.3.1
|
21 |
openai
|
22 |
pillow
|
23 |
# pyannote.audio
|
|
|
13 |
# moviepy==1.0.3
|
14 |
# Web Interface
|
15 |
gradio==5.23.3
|
16 |
+
soundfile
|
17 |
+
librosa
|
18 |
+
SpeechRecognition
|
19 |
+
whisperx==3.3.1
|
|
|
20 |
openai
|
21 |
pillow
|
22 |
# pyannote.audio
|