Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
segmentation-models-pytorch==0.3.3
|
4 |
+
timm==0.9.2
|
5 |
+
albumentations==1.3.1
|
6 |
+
gradio==4.12.0
|
7 |
+
Pillow
|
8 |
+
numpy
|