Codewithsalty commited on
Commit
ad92d1d
·
verified ·
1 Parent(s): e8c5868

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  fastapi
 
 
2
  torch
3
  torchvision
4
  pillow
5
- uvicorn
6
- huggingface_hub
7
- python-multipart
8
- uvicorn[standard]
9
 
10
 
 
1
  fastapi
2
+ uvicorn[standard]
3
+ python-multipart
4
  torch
5
  torchvision
6
  pillow
7
+ pydantic
8
+
9
+
 
10
 
11