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