Spaces:
Runtime error
Runtime error
Commit
·
d30aa14
1
Parent(s):
38e4093
Fix dependencies for Transformers and Gradio
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -12,4 +12,5 @@ opencv-python
|
|
| 12 |
soundfile>=0.12.1
|
| 13 |
langdetect>=1.0.9
|
| 14 |
pycountry>=22.3.5
|
| 15 |
-
numpy>=1.25
|
|
|
|
|
|
| 12 |
soundfile>=0.12.1
|
| 13 |
langdetect>=1.0.9
|
| 14 |
pycountry>=22.3.5
|
| 15 |
+
numpy>=1.25
|
| 16 |
+
tf-keras
|