Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch
|
2 |
datasets
|
3 |
aiohttp
|
4 |
cryptography
|
@@ -11,9 +11,9 @@ gradio
|
|
11 |
PyJWT
|
12 |
deep-translator==1.9.3
|
13 |
opencv-python-headless
|
14 |
-
librosa
|
15 |
tensorflow
|
16 |
tensorflow-probability==0.19.0
|
17 |
tf-keras
|
18 |
-
transformers
|
19 |
typing-extensions==4.5.0
|
|
|
1 |
+
torch
|
2 |
datasets
|
3 |
aiohttp
|
4 |
cryptography
|
|
|
11 |
PyJWT
|
12 |
deep-translator==1.9.3
|
13 |
opencv-python-headless
|
14 |
+
librosa
|
15 |
tensorflow
|
16 |
tensorflow-probability==0.19.0
|
17 |
tf-keras
|
18 |
+
transformers
|
19 |
typing-extensions==4.5.0
|