Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -7
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torchaudio
|
4 |
+
soundfile
|
5 |
+
datasets
|
6 |
+
torch
|
7 |
+
numpy
|
8 |
+
# For ASR (Whisper)
|
9 |
+
openai-whisper
|
10 |
+
optimum
|
11 |
+
accelerate
|
12 |
+
# For Speaker Embedding (SpeechBrain)
|
13 |
+
speechbrain
|