1plus1 commited on
Commit
d7265c2
·
verified ·
1 Parent(s): 9ae9901

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- tensorflow
2
- matplotlib
3
- keras
4
- opencv-python
5
- gradio
 
 
1
+ gradio==4.44.0
2
+ huggingface_hub==0.23.5
3
+ tensorflow==2.15.0
4
+ keras==3.6.0
5
+ opencv-python-headless
6
+ numpy