Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -7
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
|
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
|