Spaces:
Build error
Build error
Commit
·
118281a
1
Parent(s):
bde1d30
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
librosa==0.9.2
|
2 |
+
pydub==0.24.1
|
3 |
+
gTTS==2.1.1
|
4 |
+
SpeechRecognition==3.8.1
|
5 |
+
opencv-python
|
6 |
+
numpy==1.19.4
|
7 |
+
matplotlib==3.4.3
|
8 |
+
moviepy
|