Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
numpy
|
2 |
pandas
|
3 |
flask
|
4 |
-
opencv-python
|
|
|
|
|
5 |
tensorflow
|
6 |
huggingface_hub
|
|
|
1 |
numpy
|
2 |
pandas
|
3 |
flask
|
4 |
+
opencv-contrib-python==4.7.0.68
|
5 |
+
opencv-python==4.7.0.68
|
6 |
+
opencv-python-headless==4.6.0.66
|
7 |
tensorflow
|
8 |
huggingface_hub
|