Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,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
|