Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
+
torch==1.8.1
|
2 |
+
torchvision==0.9.1
|
3 |
+
gradio==3.41.2
|
4 |
+
opencv-python==4.7.0.72
|
5 |
+
basicsr==1.4.2
|
6 |
+
realesrgan==0.3.0
|