Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -2,11 +2,8 @@ gradio
|
|
2 |
onnxruntime
|
3 |
insightface
|
4 |
numpy
|
5 |
-
|
6 |
opencv-python
|
7 |
|
8 |
-
# Для логирования
|
9 |
-
logging
|
10 |
-
|
11 |
# Для тестирования
|
12 |
pytest
|
|
|
2 |
onnxruntime
|
3 |
insightface
|
4 |
numpy
|
5 |
+
pillow
|
6 |
opencv-python
|
7 |
|
|
|
|
|
|
|
8 |
# Для тестирования
|
9 |
pytest
|