DavidLanz commited on
Commit
8ab94c9
·
verified ·
1 Parent(s): de19907

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- flask==3.0.3
 
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