Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
openai-whisper==20231117
|
3 |
+
opencv-python==4.8.1.78
|
4 |
+
moviepy==1.0.3
|
5 |
+
transformers==4.36.2
|
6 |
+
torch==2.1.2
|
7 |
+
torchaudio==2.1.2
|
8 |
+
numpy==1.24.4
|
9 |
+
librosa==0.10.1
|
10 |
+
textblob==0.17.1
|
11 |
+
emoji==2.8.0
|
12 |
+
Pillow==10.1.0
|
13 |
+
ffmpeg-python==0.2.0
|