Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
flask==
|
|
|
2 |
faster-whisper==0.10.0
|
3 |
ctranslate2
|
4 |
torch==2.0.1
|
|
|
5 |
moviepy==1.0.3
|
6 |
imageio-ffmpeg==0.4.9
|
7 |
ffmpeg-python
|
|
|
1 |
+
flask==2.2.5
|
2 |
+
werkzeug<3.0
|
3 |
faster-whisper==0.10.0
|
4 |
ctranslate2
|
5 |
torch==2.0.1
|
6 |
+
torchaudio==2.0.1
|
7 |
moviepy==1.0.3
|
8 |
imageio-ffmpeg==0.4.9
|
9 |
ffmpeg-python
|