Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python==4.5.3
|
2 |
+
numpy==1.19.5
|
3 |
+
Pillow==8.3.1
|
4 |
+
tensorflow==2.6.0
|
5 |
+
keras==2.6.0
|
6 |
+
gradio==2.2.4
|