Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow==2.7.0
|
2 |
+
tf-keras==2.15.0
|
3 |
+
deepface
|
4 |
+
flask
|
5 |
+
gradio==3.12.0
|
6 |
+
protobuf==3.20.*
|
7 |
+
validators
|
8 |
+
httpx==0.24.1
|
9 |
+
httpcore==0.15.0
|
10 |
+
fastapi
|
11 |
+
uvicorn
|
12 |
+
asyncio
|