Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
-
faiss-cpu
|
5 |
-
numpy
|
6 |
-
pillow
|
7 |
-
tqdm
|
8 |
-
kagglehub
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
faiss-cpu
|
5 |
+
numpy
|
6 |
+
pillow
|
7 |
+
tqdm
|
8 |
+
kagglehub
|
9 |
+
SpeechRecognition==3.8.1
|
10 |
+
|