Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
-
gradio_imageslider
|
3 |
torch
|
4 |
torchvision
|
5 |
pillow
|
6 |
numpy
|
7 |
typing
|
8 |
-
|
|
|
1 |
+
os
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
pillow
|
5 |
numpy
|
6 |
typing
|
7 |
+
scikit-image
|