Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
numpy
|
| 4 |
opencv-python
|
| 5 |
tqdm
|
| 6 |
-
basicsr
|
| 7 |
-
facexlib
|
| 8 |
-
gfpgan
|
| 9 |
gradio
|
|
|
|
| 1 |
+
torch==1.12.1
|
| 2 |
+
torchvision==0.13.1
|
| 3 |
numpy
|
| 4 |
opencv-python
|
| 5 |
tqdm
|
| 6 |
+
basicsr>=1.4.2
|
| 7 |
+
facexlib>=0.2.5
|
| 8 |
+
gfpgan>=1.3.8
|
| 9 |
gradio
|