Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
git+https://github.com/coqui-ai/TTS.git
|
|
|
4 |
moviepy
|
5 |
ffmpeg-python
|
6 |
torchaudio
|
7 |
torch
|
8 |
numba
|
9 |
-
numpy<2.0
|
|
|
|
|
1 |
git+https://github.com/openai/whisper.git
|
2 |
git+https://github.com/coqui-ai/TTS.git
|
3 |
+
streamlit
|
4 |
moviepy
|
5 |
ffmpeg-python
|
6 |
torchaudio
|
7 |
torch
|
8 |
numba
|
|