Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
datasets
|
| 2 |
aiohttp
|
| 3 |
cryptography
|
| 4 |
faiss-cpu
|
| 5 |
pyttsx3
|
| 6 |
speechrecognition
|
| 7 |
-
huggingface_hub
|
| 8 |
PyJWT
|
| 9 |
deep-translator==1.9.3
|
| 10 |
opencv-python-headless
|
|
@@ -13,7 +20,4 @@ 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
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
tensorflow==2.13.0
|
| 3 |
+
tensorflow-probability==0.21.0
|
| 4 |
+
gradio==4.19.2
|
| 5 |
+
gradio-client==0.10.1
|
| 6 |
+
huggingface_hub==0.19.3
|
| 7 |
+
pydantic==2.5.3
|
| 8 |
+
typing-extensions>=4.0.1,<4.6.0
|
| 9 |
datasets
|
| 10 |
aiohttp
|
| 11 |
cryptography
|
| 12 |
faiss-cpu
|
| 13 |
pyttsx3
|
| 14 |
speechrecognition
|
|
|
|
| 15 |
PyJWT
|
| 16 |
deep-translator==1.9.3
|
| 17 |
opencv-python-headless
|
|
|
|
| 20 |
transformers
|
| 21 |
typing-extensions==4.5.0
|
| 22 |
numpy==1.23.5
|
|
|
|
|
|
|
|
|
|
| 23 |
gradio==4.19.2
|