Jacob Logas
commited on
hopefully fix requirements
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
gradio
|
2 |
-
numpy
|
3 |
Pillow
|
4 |
tqdm
|
5 |
opencv-python
|
6 |
git+https://github.com/logasja/lpips-pytorch
|
7 |
spaces
|
8 |
-
|
9 |
-
|
10 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
11 |
-
torchvision<=0.17
|
|
|
1 |
gradio
|
2 |
+
numpy
|
3 |
Pillow
|
4 |
tqdm
|
5 |
opencv-python
|
6 |
git+https://github.com/logasja/lpips-pytorch
|
7 |
spaces
|
8 |
+
torch
|
9 |
+
torchvision
|
|
|
|