MReq commited on
Commit
a0ce1ed
·
verified ·
1 Parent(s): 67bf1c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -5
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.0.0
2
  transformers>=4.30.0
3
  pillow>=9.0.0
4
  torch>=2.0.0
@@ -6,7 +6,13 @@ numpy>=1.23.0,<2.0.0
6
  fastapi>=0.100.0
7
  uvicorn>=0.23.0
8
  python-multipart>=0.0.6
9
- tensorflow==2.12.0
10
- keras==2.12.0
11
- h5py==3.8.0
12
- opencv-python>=4.8.0
 
 
 
 
 
 
 
1
+ gradio==5.47.2
2
  transformers>=4.30.0
3
  pillow>=9.0.0
4
  torch>=2.0.0
 
6
  fastapi>=0.100.0
7
  uvicorn>=0.23.0
8
  python-multipart>=0.0.6
9
+
10
+ tensorflow-cpu==2.15.0
11
+ keras==2.15.0
12
+ h5py>=3.8.0
13
+
14
+ opencv-python-headless>=4.8.0
15
+
16
+ accelerate
17
+ safetensors
18
+ spaces