lp128396 commited on
Commit
84ae5c6
·
verified ·
1 Parent(s): eb7746d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- flask
2
- tensorflow==2.12.0
3
- pillow
4
- numpy
 
5
  gunicorn
6
- flask-cors
 
1
+ Flask==3.1.1
2
+ flask-cors==4.0.0
3
+ numpy==1.24.3
4
+ Pillow==9.5.0
5
+ tensorflow-cpu==2.13.0
6
  gunicorn