dannyroxas commited on
Commit
80f3ac8
·
verified ·
1 Parent(s): b2c5dc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -5
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
- gradio==4.44.0
2
- tensorflow==2.15.0
 
3
  opencv-python-headless==4.8.1.78
4
  Pillow==10.0.1
5
- numpy==1.24.3
6
- huggingface-hub==0.17.3
7
- scikit-learn==1.3.0
 
 
 
 
 
 
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