Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
tensorflow==2.
|
|
|
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
Pillow==10.0.1
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML libraries
|
| 2 |
+
tensorflow==2.14.0
|
| 3 |
+
numpy==1.24.3
|
| 4 |
opencv-python-headless==4.8.1.78
|
| 5 |
Pillow==10.0.1
|
| 6 |
+
|
| 7 |
+
# Gradio interface (compatible versions)
|
| 8 |
+
gradio==4.7.1
|
| 9 |
+
huggingface-hub>=0.19.3
|
| 10 |
+
|
| 11 |
+
# Utilities
|
| 12 |
+
protobuf==4.24.4
|
| 13 |
+
h5py==3.9.0
|