Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.12
|
2 |
+
ffmpeg-python
|
3 |
+
pandas==1.5.0
|
4 |
+
pytube==12.1.0
|
5 |
+
sacremoses
|
6 |
+
sentencepiece
|
7 |
+
tokenizers
|
8 |
+
torch
|
9 |
+
torchaudio
|
10 |
+
tqdm==4.64.1
|
11 |
+
EasyNMT==2.0.2
|
12 |
+
tqdm
|
13 |
+
nltk
|
14 |
+
transformers
|
15 |
+
pysrt
|
16 |
+
psutil==5.9.2
|