Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -3,10 +3,8 @@ uvicorn[standard]
|
|
3 |
python-multipart
|
4 |
torch
|
5 |
torchvision
|
6 |
-
segmentation-models-pytorch==0.3.3
|
7 |
timm==0.9.2
|
8 |
-
albumentations==1.3.1
|
9 |
Pillow
|
10 |
numpy
|
11 |
huggingface_hub
|
12 |
-
six
|
|
|
3 |
python-multipart
|
4 |
torch
|
5 |
torchvision
|
|
|
6 |
timm==0.9.2
|
|
|
7 |
Pillow
|
8 |
numpy
|
9 |
huggingface_hub
|
10 |
+
six
|