Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -15
requirements.txt
CHANGED
@@ -1,16 +1,6 @@
|
|
1 |
-
torch>=
|
2 |
-
yt_dlp
|
3 |
-
torchvision>=0.15.0
|
4 |
-
torchaudio>=2.0.0
|
5 |
-
speechbrain==0.5.15
|
6 |
-
torchaudio==2.1.0
|
7 |
-
moviepy==1.0.3
|
8 |
-
streamlit==1.28.0
|
9 |
-
pytube==15.0.0
|
10 |
-
gradio
|
11 |
-
moviepy
|
12 |
-
torch
|
13 |
torchaudio
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
1 |
+
torch>=1.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torchaudio
|
3 |
+
moviepy
|
4 |
+
speechbrain
|
5 |
+
yt-dlp
|
6 |
+
gradio
|