Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
git+https://github.com/huggingface/transformers
|
3 |
+
git+https://github.com/pyannote/pyannote-audio
|
4 |
+
ffmpeg-python
|
5 |
+
pandas
|
6 |
+
pytube
|
7 |
+
sacremoses
|
8 |
+
sentencepiece
|
9 |
+
tokenizers
|
10 |
+
torch
|
11 |
+
torchaudio
|
12 |
+
tqdm
|
13 |
+
EasyNMT
|
14 |
+
nltk
|
15 |
+
transformers
|
16 |
+
pysrt
|
17 |
+
psutil
|
18 |
+
requests
|
19 |
+
gpuinfo
|
20 |
+
faster-whisper
|
21 |
+
yt-dlp
|
22 |
+
tensorflow
|
23 |
+
tensorflow_hub
|