Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
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
|
5 |
ffmpeg-python
|
6 |
-
pandas
|
7 |
-
pytube
|
8 |
sacremoses
|
9 |
sentencepiece
|
10 |
tokenizers
|
11 |
torch
|
12 |
torchaudio
|
13 |
-
tqdm
|
14 |
-
EasyNMT
|
15 |
nltk
|
16 |
transformers
|
17 |
pysrt
|
18 |
-
psutil
|
19 |
requests
|
20 |
gpuinfo
|
21 |
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 |
+
gradio
|
5 |
ffmpeg-python
|
6 |
+
pandas
|
7 |
+
pytube
|
8 |
sacremoses
|
9 |
sentencepiece
|
10 |
tokenizers
|
11 |
torch
|
12 |
torchaudio
|
13 |
+
tqdm
|
14 |
+
EasyNMT
|
15 |
nltk
|
16 |
transformers
|
17 |
pysrt
|
18 |
+
psutil
|
19 |
requests
|
20 |
gpuinfo
|
21 |
faster-whisper
|