Spaces:
Runtime error
Runtime error
Commit ·
7a7d279
1
Parent(s): 4a0d77e
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/openai/whisper.git
|
| 2 |
+
ffmpeg-python
|
| 3 |
+
pandas==1.5.0
|
| 4 |
+
sacremoses
|
| 5 |
+
sentencepiece
|
| 6 |
+
tokenizers
|
| 7 |
+
torch
|
| 8 |
+
torchaudio
|
| 9 |
+
tqdm==4.64.1
|
| 10 |
+
EasyNMT==2.0.2
|
| 11 |
+
nltk
|
| 12 |
+
transformers
|
| 13 |
+
pysrt
|
| 14 |
+
psutil==5.9.2
|
| 15 |
+
requests
|
| 16 |
+
gpuinfo
|