mikx1 commited on
Commit
e16c12f
·
1 Parent(s): b5ea024

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- gradio==3.4.5
2
- onnxruntime==1.13.1
3
- insightface==0.2.2
4
- numpy==1.23.5
5
- Pillow==9.3.0
6
- opencv-python==4.6.0.66
7
 
8
  # Для логирования
9
- logging==0.5.1.2
10
 
11
  # Для тестирования
12
- pytest==7.2.0
 
1
+ gradio
2
+ onnxruntime
3
+ insightface
4
+ numpy
5
+ Pillow
6
+ opencv-python
7
 
8
  # Для логирования
9
+ logging
10
 
11
  # Для тестирования
12
+ pytest