Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ git+https://github.com/openai/whisper.git # Install Whisper directly from GitHu
|
|
| 4 |
translate
|
| 5 |
gTTS
|
| 6 |
ffmpeg-python
|
|
|
|
|
|
| 4 |
translate
|
| 5 |
gTTS
|
| 6 |
ffmpeg-python
|
| 7 |
+
numpy # Added to support chunking of audio
|