Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
joblib
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
# Only if your app embeds with MobileNet/TensorFlow (as in the Colab code):
|
| 8 |
-
tensorflow<2.17,>=2.12
|
|
|
|
| 1 |
+
scikit-learn==1.6.1
|
| 2 |
+
joblib==1.4.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
pillow==10.4.0
|
| 5 |
+
gradio==4.44.0
|
| 6 |
+
tensorflow-cpu==2.16.2
|
|
|
|
|
|