Codewithsalty commited on
Commit
af39627
·
verified ·
1 Parent(s): f99073d

Update requirements.txt

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