Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
uvicorn[standard]
|
2 |
-
fastapi
|
3 |
transformers
|
4 |
torch
|
5 |
tensorflow
|
|
|
|
|
|
|
6 |
soundfile
|
7 |
python-multipart
|
|
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
tensorflow
|
4 |
+
tf-keras==2.15.0 # Explicitly use TF-compatible Keras
|
5 |
+
fastapi
|
6 |
+
uvicorn[standard]
|
7 |
soundfile
|
8 |
python-multipart
|