Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -10,5 +10,6 @@ gradio==4.21.0 # Safe, modern and compatible with TTS
|
|
10 |
# Audio Utilities (optional but often used)
|
11 |
soundfile
|
12 |
librosa
|
|
|
13 |
# For logging and debugging
|
14 |
loguru
|
|
|
10 |
# Audio Utilities (optional but often used)
|
11 |
soundfile
|
12 |
librosa
|
13 |
+
SpeechRecognition
|
14 |
# For logging and debugging
|
15 |
loguru
|