Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
streamlit==1.34.0
|
| 2 |
-
pytube==15.0.0
|
| 3 |
moviepy==1.0.3
|
| 4 |
opencv-python-headless==4.9.0.80
|
| 5 |
whisper==1.1.10
|
| 6 |
torch==2.2.1
|
| 7 |
torchaudio==2.2.1
|
|
|
|
| 8 |
numpy==1.26.4
|
| 9 |
ffmpeg-python==0.2.0
|
| 10 |
-
imageio==2.34.0
|
| 11 |
-
imageio-ffmpeg==0.4.9
|
| 12 |
librosa==0.10.1
|
| 13 |
scenedetect==0.6.2
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.34.0
|
|
|
|
| 2 |
moviepy==1.0.3
|
| 3 |
opencv-python-headless==4.9.0.80
|
| 4 |
whisper==1.1.10
|
| 5 |
torch==2.2.1
|
| 6 |
torchaudio==2.2.1
|
| 7 |
+
torchvision==0.17.1
|
| 8 |
numpy==1.26.4
|
| 9 |
ffmpeg-python==0.2.0
|
|
|
|
|
|
|
| 10 |
librosa==0.10.1
|
| 11 |
scenedetect==0.6.2
|
| 12 |
+
imageio==2.34.0
|
| 13 |
+
imageio-ffmpeg==0.4.9
|
| 14 |
+
|