Spaces:
Running
Running
rmayormartins
commited on
Commit
•
49cf051
1
Parent(s):
21dc1bc
abc
Browse files- requirements.txt +9 -4
- requirements_backup.txt +5 -0
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
5 |
git+https://github.com/doevent/Real-ESRGAN.git
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
torchvision==0.15.1
|
3 |
+
Pillow==9.5.0
|
4 |
+
numpy==1.24.3
|
5 |
+
gradio==3.41.0
|
6 |
git+https://github.com/doevent/Real-ESRGAN.git
|
7 |
+
opencv-python
|
8 |
+
basicsr>=1.4.2
|
9 |
+
facexlib>=0.2.5
|
10 |
+
gfpgan>=1.3.8
|
requirements_backup.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
Pillow
|
3 |
+
numpy
|
4 |
+
gradio
|
5 |
+
git+https://github.com/doevent/Real-ESRGAN.git
|