Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
git+https://github.com/huggingface/transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
+
git+https://github.com/pyannote/pyannote-audio
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
+
gradio==3.12
|
5 |
+
ffmpeg-python
|
6 |
+
pandas==1.5.0
|
7 |
+
pytube==12.1.0
|
8 |
+
sacremoses
|
9 |
+
sentencepiece
|
10 |
+
tokenizers
|
11 |
torch
|
12 |
+
torchaudio
|
13 |
+
tqdm==4.64.1
|
14 |
+
EasyNMT==2.0.2
|
15 |
+
tqdm
|
16 |
+
nltk
|
17 |
+
transformers
|
18 |
+
pysrt
|
19 |
+
psutil==5.9.2
|
20 |
+
requests
|