Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
opencv-python-headless
|
2 |
numpy
|
3 |
-
|
4 |
-
matplotlib
|
5 |
-
tensorflow
|
6 |
scikit-learn
|
7 |
-
|
|
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
+
pandas
|
|
|
|
|
3 |
scikit-learn
|
4 |
+
keras
|
5 |
+
tensorflow
|
6 |
+
opencv-python-headless
|
7 |
+
gradio
|