Commit
·
937e38d
1
Parent(s):
2086647
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
gradio==3.15.0
|
2 |
matplotlib==3.5.1
|
3 |
numpy==1.21.5
|
4 |
-
|
5 |
-
sklearn==1.0.2
|
6 |
collections
|
7 |
-
opencv-python
|
8 |
-
cv2
|
|
|
1 |
gradio==3.15.0
|
2 |
matplotlib==3.5.1
|
3 |
numpy==1.21.5
|
4 |
+
scikit-learn
|
|
|
5 |
collections
|
6 |
+
opencv-python
|
|