rishab1090 commited on
Commit
6408ce5
·
verified ·
1 Parent(s): ce5722f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- tensorflow==2.15.0
 
 
2
  fastapi
3
- uvicorn[standard]
4
- pillow
5
  numpy
 
6
 
7
 
8
 
 
1
+ tensorflow==2.16.1
2
+ keras==3.0.5
3
+ uvicorn
4
  fastapi
 
 
5
  numpy
6
+ pillow
7
 
8
 
9