Spaces:
Runtime error
Runtime error
Add requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 17 |
+
requests
|