dannyroxas commited on
Commit
a00bc6f
·
verified ·
1 Parent(s): 70a6f75

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -12
requirements.txt CHANGED
@@ -1,13 +1,8 @@
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 (stable version)
8
- gradio==4.32.2
9
- huggingface-hub>=0.19.3
10
-
11
- # Utilities
12
- protobuf==4.24.4
13
- h5py==3.9.0
 
1
+ tensorflow==2.13.0
 
2
  numpy==1.24.3
3
+ opencv-python-headless==4.8.0.76
4
+ Pillow==9.5.0
5
+ gradio==3.48.0
6
+ protobuf==4.23.4
7
+ h5py==3.9.0
8
+ huggingface-hub>=0.19.3