Update requirements.txt
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
-
|
2 |
-
numpy
|
3 |
-
matplotlib
|
4 |
-
seaborn
|
5 |
-
tensorflow==2.14.0
|
6 |
-
opencv-python
|
7 |
scikit-learn
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
opencv-python
|
12 |
-
keras==2.14.0
|
13 |
-
|
14 |
-
--extra-index-url https://pypi.org/simple
|
|
|
1 |
+
tensorflow==2.15.0
|
2 |
+
numpy
|
|
|
|
|
|
|
|
|
3 |
scikit-learn
|
4 |
+
gradio
|
5 |
+
huggingface_hub
|
6 |
+
pillow
|
|
|
|
|
|
|
|