Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
torch
|
| 2 |
datasets
|
| 3 |
aiohttp
|
| 4 |
cryptography
|
|
@@ -6,14 +5,15 @@ faiss-cpu
|
|
| 6 |
pyttsx3
|
| 7 |
speechrecognition
|
| 8 |
huggingface_hub
|
| 9 |
-
gradio
|
| 10 |
PyJWT
|
| 11 |
deep-translator==1.9.3
|
| 12 |
opencv-python-headless
|
| 13 |
librosa
|
| 14 |
-
tensorflow
|
| 15 |
-
tensorflow-probability==0.19.0
|
| 16 |
tf-keras
|
| 17 |
transformers
|
| 18 |
typing-extensions==4.5.0
|
| 19 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
datasets
|
| 2 |
aiohttp
|
| 3 |
cryptography
|
|
|
|
| 5 |
pyttsx3
|
| 6 |
speechrecognition
|
| 7 |
huggingface_hub
|
|
|
|
| 8 |
PyJWT
|
| 9 |
deep-translator==1.9.3
|
| 10 |
opencv-python-headless
|
| 11 |
librosa
|
|
|
|
|
|
|
| 12 |
tf-keras
|
| 13 |
transformers
|
| 14 |
typing-extensions==4.5.0
|
| 15 |
+
numpy==1.23.5
|
| 16 |
+
tensorflow==2.13.0
|
| 17 |
+
tensorflow-probability==0.21.0
|
| 18 |
+
torch==2.0.1
|
| 19 |
+
gradio==4.19.2
|