Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch
|
2 |
datasets
|
3 |
aiohttp
|
4 |
cryptography
|
@@ -6,13 +6,13 @@ faiss-cpu
|
|
6 |
numpy
|
7 |
pyttsx3
|
8 |
speechrecognition
|
9 |
-
huggingface_hub
|
10 |
-
gradio
|
11 |
PyJWT
|
12 |
-
deep-translator
|
13 |
opencv-python-headless
|
14 |
-
librosa
|
15 |
-
tensorflow
|
16 |
-
tensorflow-probability
|
17 |
-
transformers
|
18 |
-
typing-extensions
|
|
|
1 |
+
torch
|
2 |
datasets
|
3 |
aiohttp
|
4 |
cryptography
|
|
|
6 |
numpy
|
7 |
pyttsx3
|
8 |
speechrecognition
|
9 |
+
huggingface_hub
|
10 |
+
gradio
|
11 |
PyJWT
|
12 |
+
deep-translator
|
13 |
opencv-python-headless
|
14 |
+
librosa
|
15 |
+
tensorflow
|
16 |
+
tensorflow-probability
|
17 |
+
transformers
|
18 |
+
typing-extensions
|