Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ Pillow
|
|
| 5 |
gradio
|
| 6 |
opencv-python
|
| 7 |
opencv-python-headless # Use this if you're running in a headless environment (like a server with no display)
|
| 8 |
-
numpy
|
|
|
|
|
|
| 5 |
gradio
|
| 6 |
opencv-python
|
| 7 |
opencv-python-headless # Use this if you're running in a headless environment (like a server with no display)
|
| 8 |
+
numpy
|
| 9 |
+
face_recognition
|