Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
|
|
|
|
|
|
|
|
1 |
aiohttp
|
2 |
cryptography
|
3 |
faiss-cpu
|
4 |
numpy
|
5 |
-
torch
|
6 |
-
transformers
|
7 |
-
librosa
|
8 |
pyttsx3
|
9 |
speechrecognition
|
10 |
huggingface_hub==0.25.2
|
11 |
gradio==4.19.2
|
12 |
-
PyJWT
|
|
|
1 |
+
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
datasets
|
5 |
aiohttp
|
6 |
cryptography
|
7 |
faiss-cpu
|
8 |
numpy
|
|
|
|
|
|
|
9 |
pyttsx3
|
10 |
speechrecognition
|
11 |
huggingface_hub==0.25.2
|
12 |
gradio==4.19.2
|
13 |
+
PyJWT
|