Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
insightface==0.7.3
|
|
|
|
| 2 |
opencv-python
|
|
|
|
| 3 |
numpy
|
|
|
|
| 4 |
fastapi
|
| 5 |
uvicorn
|
| 6 |
-
|
| 7 |
-
requests
|
|
|
|
| 1 |
insightface==0.7.3
|
| 2 |
+
onnxruntime
|
| 3 |
opencv-python
|
| 4 |
+
Pillow
|
| 5 |
numpy
|
| 6 |
+
gradio
|
| 7 |
fastapi
|
| 8 |
uvicorn
|
| 9 |
+
python-multipart
|
|
|