Bc-AI commited on
Commit
ce4914d
Β·
verified Β·
1 Parent(s): 3d9b736

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
  gradio>=4.0.0
2
- jax>=0.4.20
3
- jaxlib>=0.4.20
4
  numpy>=1.24.0
5
  requests>=2.28.0
 
 
 
6
  fastapi>=0.100.0
7
- uvicorn>=0.23.0
8
- tensorflow
 
1
  gradio>=4.0.0
2
+ tensorflow>=2.15.0
3
+ keras>=3.0.0
4
  numpy>=1.24.0
5
  requests>=2.28.0
6
+ huggingface_hub>=0.20.0
7
+ transformers>=4.36.0
8
+ tokenizers>=0.15.0
9
  fastapi>=0.100.0
10
+ uvicorn>=0.23.0