Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
torch>=1.7.1
|
2 |
-
torchvision==0.
|
3 |
basicsr>=1.4.2
|
4 |
facexlib>=0.2.5
|
5 |
gfpgan>=1.3.7
|
@@ -12,5 +12,4 @@ lmdb
|
|
12 |
pyyaml
|
13 |
yapf
|
14 |
gradio
|
15 |
-
|
16 |
gradio_client
|
|
|
1 |
torch>=1.7.1
|
2 |
+
torchvision==0.18.0 # Choose a compatible version from the available options
|
3 |
basicsr>=1.4.2
|
4 |
facexlib>=0.2.5
|
5 |
gfpgan>=1.3.7
|
|
|
12 |
pyyaml
|
13 |
yapf
|
14 |
gradio
|
|
|
15 |
gradio_client
|