Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
·
dc5ed49
1
Parent(s):
3c9b91e
fixed error of socket_option
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ tensorflow-cpu
|
|
2 |
mediapipe
|
3 |
cvzone
|
4 |
numpy
|
5 |
-
uvicorn>=0.2.2
|
|
|
|
2 |
mediapipe
|
3 |
cvzone
|
4 |
numpy
|
5 |
+
uvicorn>=0.2.2
|
6 |
+
httpx==0.24.1
|