Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
tensorflow
|
| 3 |
-
pandas
|
| 4 |
-
numpy
|
| 5 |
-
opencv-python
|
| 6 |
-
scikit-learn
|
|
|
|
| 1 |
+
gradio==3.50.0
|
| 2 |
+
tensorflow-cpu==2.12.0
|
| 3 |
+
pandas==1.5.3
|
| 4 |
+
numpy==1.23.5
|
| 5 |
+
opencv-python-headless==4.7.0.72
|
|
|