taneemishere
commited on
Commit
β’
f2e440c
1
Parent(s):
e7c8d8b
update reqs to avoid errors
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio~=3.0
|
|
|
2 |
keras~=2.8.0
|
3 |
numpy~=1.21.5
|
4 |
-
tensorflow
|
5 |
opencv-python~=4.5.5
|
|
|
1 |
+
gradio~=3.23.0
|
2 |
+
httpx==0.24.1
|
3 |
keras~=2.8.0
|
4 |
numpy~=1.21.5
|
5 |
+
tensorflow~=2.8.0
|
6 |
opencv-python~=4.5.5
|