COCODEDE04 commited on
Commit
fec796e
·
verified ·
1 Parent(s): 59369dd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- gradio>=4.40
2
- fastapi
3
- uvicorn
4
- tensorflow-cpu
5
- numpy<1.24
6
- scikit-learn
7
- joblib
 
1
+ tensorflow-cpu==2.13.1
2
+ numpy==1.23.5
3
+ gradio==4.44.0
4
+ fastapi==0.109.2
5
+ uvicorn==0.24.0.post1