Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -5,13 +5,12 @@ transformers
|
|
5 |
spacy
|
6 |
pdfplumber
|
7 |
sentence-transformers
|
8 |
-
moviepy # β
|
9 |
-
imageio[ffmpeg] # β
|
10 |
librosa
|
11 |
soundfile
|
12 |
requests
|
13 |
numpy
|
14 |
-
pydub
|
15 |
scipy
|
16 |
Pillow
|
17 |
opencv-python
|
@@ -22,3 +21,4 @@ streamlit
|
|
22 |
|
23 |
|
24 |
|
|
|
|
5 |
spacy
|
6 |
pdfplumber
|
7 |
sentence-transformers
|
8 |
+
moviepy # β
MoviePy library
|
9 |
+
imageio[ffmpeg] # β
Ensures moviepy works correctly with videos
|
10 |
librosa
|
11 |
soundfile
|
12 |
requests
|
13 |
numpy
|
|
|
14 |
scipy
|
15 |
Pillow
|
16 |
opencv-python
|
|
|
21 |
|
22 |
|
23 |
|
24 |
+
|