Spaces:
Runtime error
Runtime error
fix req for gfpgan
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
torch
|
| 2 |
-
torchvision
|
| 3 |
torchaudio
|
| 4 |
numpy==1.23.5
|
| 5 |
face_alignment
|
|
|
|
| 1 |
torch
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
torchaudio
|
| 4 |
numpy==1.23.5
|
| 5 |
face_alignment
|