Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
torch
|
|
|
2 |
numpy
|
3 |
einops
|
4 |
-
|
5 |
Pillow>=6.2.2
|
6 |
gradio_imageslider==0.0.20
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
numpy
|
4 |
einops
|
5 |
+
opencv-python
|
6 |
Pillow>=6.2.2
|
7 |
gradio_imageslider==0.0.20
|