Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
|
|
2 |
tensorflow
|
3 |
Pillow
|
4 |
opencv-python-headless
|
5 |
matplotlib
|
6 |
huggingface-hub
|
7 |
mtcnn
|
8 |
-
opencv-python
|
|
|
|
1 |
+
gradio==3.22.1
|
2 |
+
gradio_client==1.6.0
|
3 |
tensorflow
|
4 |
Pillow
|
5 |
opencv-python-headless
|
6 |
matplotlib
|
7 |
huggingface-hub
|
8 |
mtcnn
|
9 |
+
opencv-python
|
10 |
+
pydantic==2.10.12
|