Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
moviepy
|
|
|
3 |
requests
|
4 |
speechbrain==0.5.14
|
5 |
faster-whisper
|
@@ -22,7 +23,7 @@ psutil
|
|
22 |
SoundFile>=0.10.2
|
23 |
torch==1.11.0
|
24 |
torchaudio==0.11.0
|
25 |
-
torchvision==
|
26 |
tqdm>=4.42.0
|
27 |
yt-dlp
|
28 |
-
pydub
|
|
|
1 |
+
streamlit==1.36.0
|
2 |
moviepy
|
3 |
+
ffmpeg-python
|
4 |
requests
|
5 |
speechbrain==0.5.14
|
6 |
faster-whisper
|
|
|
23 |
SoundFile>=0.10.2
|
24 |
torch==1.11.0
|
25 |
torchaudio==0.11.0
|
26 |
+
torchvision==0.12.0
|
27 |
tqdm>=4.42.0
|
28 |
yt-dlp
|
29 |
+
pydub
|