Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -14,8 +14,8 @@ torch==2.6.0 # Or the version best suited for your GPU/CPU
|
|
14 |
# Web Interface
|
15 |
gradio==5.23.3
|
16 |
# Audio Utilities (optional but often used)
|
17 |
-
soundfile
|
18 |
-
librosa
|
19 |
SpeechRecognition
|
20 |
whisperx==3.3.1
|
21 |
openai
|
|
|
14 |
# Web Interface
|
15 |
gradio==5.23.3
|
16 |
# Audio Utilities (optional but often used)
|
17 |
+
# soundfile
|
18 |
+
# librosa
|
19 |
SpeechRecognition
|
20 |
whisperx==3.3.1
|
21 |
openai
|