COCODEDE04 commited on
Commit
09d13e0
·
verified ·
1 Parent(s): 64d4ff8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -2
requirements.txt CHANGED
@@ -1,4 +1,10 @@
1
- gradio==4.44.0
2
  tensorflow-cpu==2.13.1
3
  numpy<1.24
4
- joblib
 
 
 
 
 
 
 
1
+ # ==== CORE ====
2
  tensorflow-cpu==2.13.1
3
  numpy<1.24
4
+ typing-extensions==4.5.0
5
+ h5py==3.8.0
6
+
7
+ # ==== GRADIO (v3 line, Pydantic 1.x) ====
8
+ gradio==3.50.2
9
+ pydantic==1.10.13
10
+ uvicorn==0.22.0 # (gradio runs without it, but good to have)