shekzee commited on
Commit
c9a0f73
·
verified ·
1 Parent(s): 206ac67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
  fastapi
2
  uvicorn
3
- transformers
4
- torch
5
- torchvision
6
  pillow
 
 
 
 
 
 
1
  fastapi
2
  uvicorn
3
+ numpy
 
 
4
  pillow
5
+ python-multipart
6
+ torch # If you use PyTorch
7
+ torchvision # If your model is from torchvision
8
+ # or
9
+ tensorflow # If you use TensorFlow instead of PyTorch