Spaces:
Build error
Build error
Add application file
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
tensorflow==2.
|
| 2 |
keras==2.10.0
|
| 3 |
numpy==1.23.5
|
| 4 |
scikit-learn==1.3.2
|
| 5 |
opencv-python-headless
|
| 6 |
joblib
|
| 7 |
-
huggingface-hub==0.25.2
|
|
|
|
|
|
| 1 |
+
tensorflow==2.20.0
|
| 2 |
keras==2.10.0
|
| 3 |
numpy==1.23.5
|
| 4 |
scikit-learn==1.3.2
|
| 5 |
opencv-python-headless
|
| 6 |
joblib
|
| 7 |
+
huggingface-hub==0.25.2
|
| 8 |
+
gradio==6.12.0
|