Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -13,5 +13,7 @@ PyJWT
|
|
13 |
deep-translator==1.9.3
|
14 |
opencv-python-headless
|
15 |
librosa
|
16 |
-
tensorflow-cpu
|
17 |
-
|
|
|
|
|
|
13 |
deep-translator==1.9.3
|
14 |
opencv-python-headless
|
15 |
librosa
|
16 |
+
tensorflow-cpu==2.12.0
|
17 |
+
tensorflow-probability
|
18 |
+
transformers[torch]==4.37.0
|
19 |
+
datasets
|