Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -2,9 +2,7 @@ fastapi
|
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
git+https://github.com/pyannote/pyannote-audio
|
4 |
ffmpeg-python
|
5 |
-
pandas
|
6 |
pytube
|
7 |
-
sacremoses
|
8 |
sentencepiece
|
9 |
tokenizers
|
10 |
torch
|
@@ -17,4 +15,7 @@ pysrt
|
|
17 |
psutil
|
18 |
requests
|
19 |
gpuinfo
|
20 |
-
faster-whisper
|
|
|
|
|
|
|
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
git+https://github.com/pyannote/pyannote-audio
|
4 |
ffmpeg-python
|
|
|
5 |
pytube
|
|
|
6 |
sentencepiece
|
7 |
tokenizers
|
8 |
torch
|
|
|
15 |
psutil
|
16 |
requests
|
17 |
gpuinfo
|
18 |
+
faster-whisper
|
19 |
+
SpeechRecognition
|
20 |
+
gradio
|
21 |
+
sentence_transformers
|