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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -2,10 +2,10 @@ 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
 
2
  numpy==1.23.5
3
  h5py==3.8.0
4
 
5
+ # UI
6
  gradio==3.50.2
7
+ gradio-client==0.6.1
8
 
9
+ # Keep Pydantic on v1 for old Gradio
10
  pydantic==1.10.13
11
+ typing-extensions==4.5.0