Edmond7 commited on
Commit
f141d62
1 Parent(s): 915b30f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- transformers
2
- torch
3
- Pillow
4
- torchvision
5
- einops
6
- accelerate
7
- tensorflow
 
 
 
1
+ fastapi==0.68.0
2
+ uvicorn==0.15.0
3
+ python-multipart==0.0.5
4
+ Pillow==8.3.1
5
+ torch==1.9.0
6
+ transformers==4.11.3
7
+ pydantic==1.8.2
8
+ python-jose==3.3.0
9
+ passlib==1.7.4