COCODEDE04 commited on
Commit
91e17b9
·
verified ·
1 Parent(s): 4ad37c7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -3
requirements.txt CHANGED
@@ -1,4 +1,11 @@
1
  tensorflow-cpu==2.13.1
2
- numpy<1.24
3
- gradio==4.12.0
4
- pandas==1.5.3
 
 
 
 
 
 
 
 
1
  tensorflow-cpu==2.13.1
2
+ numpy==1.23.5
3
+ h5py==3.8.0
4
+
5
+ gradio==3.50.2
6
+ gradio-client==0.15.1
7
+
8
+ pydantic==1.10.13
9
+ typing-extensions==4.5.0
10
+ uvicorn==0.23.2
11
+ fastapi==0.103.2