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