Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
-
openai-whisper
|
2 |
-
pyannote.audio
|
3 |
-
librosa
|
4 |
-
tqdm
|
5 |
-
python-dotenv
|
6 |
-
termcolor
|
7 |
-
pydub
|
8 |
-
SpeechRecognition
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
transformers
|
15 |
gradio
|
|
|
1 |
+
openai-whisper
|
2 |
+
pyannote.audio
|
3 |
+
librosa
|
4 |
+
tqdm
|
5 |
+
python-dotenv
|
6 |
+
termcolor
|
7 |
+
pydub
|
8 |
+
SpeechRecognition
|
9 |
+
tabulate
|
10 |
+
soundfile
|
11 |
+
torch
|
12 |
+
numpy
|
13 |
+
transformers
|
|
|
14 |
gradio
|