Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
numpy
|
4 |
-
opencv-python
|
5 |
-
matplotlib
|
6 |
-
onnxruntime
|
7 |
-
insightface
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
numpy
|
4 |
+
opencv-python
|
5 |
+
matplotlib
|
6 |
+
onnxruntime
|
7 |
+
insightface
|
8 |
+
python-multipart
|