"Add TensorFlow dependencies"
Browse files- requirement.txt +1 -3
requirement.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
tensorflow-cpu==2.13.0
|
| 2 |
gradio==4.12.0
|
| 3 |
-
numpy==1.24.3
|
| 4 |
-
pandas==2.0.3
|
| 5 |
-
scikit-learn==1.3.0
|
|
|
|
| 1 |
tensorflow-cpu==2.13.0
|
| 2 |
gradio==4.12.0
|
| 3 |
+
numpy==1.24.3
|
|
|
|
|
|