Aswinthmani commited on
Commit
00bc6ba
·
verified ·
1 Parent(s): 9171aa1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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