Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
flask
|
2 |
flask-cors
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
opencv-python-headless
|
|
|
1 |
flask
|
2 |
flask-cors
|
3 |
+
gunicorn
|
4 |
+
numpy
|
5 |
+
pillow
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
basicsr
|
9 |
+
realesrgan
|
10 |
opencv-python-headless
|