randomshit11 commited on
Commit
f55f1b7
·
verified ·
1 Parent(s): a2cffed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -2
requirements.txt CHANGED
@@ -1,5 +1,16 @@
1
- gradio==2.3.2
2
  numpy==1.21.2
3
- opencv-python==4.5.3.56
4
  mediapipe==0.8.7
5
  tensorflow==2.7.0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==2.3.7
2
  numpy==1.21.2
 
3
  mediapipe==0.8.7
4
  tensorflow==2.7.0
5
+ keras==2.9.0
6
+ notebook==6.4.11
7
+ numpy==1.23.0
8
+ Markdown==3.3.7
9
+ ipykernel==6.9.1
10
+ ipython==8.3.0
11
+ mediapipe==0.8.10
12
+ pillow==9.1.1
13
+ opencv-python==4.6.0.66
14
+ opencv-contrib-python==4.6.0.66
15
+ tensorflow
16
+