Spaces:
Running
Running
rmayormartins
commited on
Commit
•
acaf6f8
1
Parent(s):
49cf051
abc
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
numpy
|
5 |
-
|
|
|
|
|
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
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
numpy>=1.24.0
|
5 |
+
Pillow>=9.3.0
|
6 |
+
gradio>=3.41.0
|
7 |
+
opencv-python-headless
|
8 |
git+https://github.com/doevent/Real-ESRGAN.git
|
|
|
|
|
|
|
|