Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
| 2 |
-
torch
|
| 3 |
-
|
|
|
|
| 4 |
gradio==4.42.0
|
| 5 |
-
gradio-imageslider
|
| 6 |
-
|
| 7 |
-
numpy
|
| 8 |
transformers==4.36.2
|
| 9 |
-
accelerate
|
| 10 |
diffusers==0.25.1
|
| 11 |
fastapi<0.113.0
|
| 12 |
-
opencv-python
|
|
|
|
| 1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
| 2 |
+
torch==2.0.0
|
| 3 |
+
torchvision==0.15.1
|
| 4 |
+
spaces==0.19.3
|
| 5 |
gradio==4.42.0
|
| 6 |
+
gradio-imageslider==0.3.1
|
| 7 |
+
numpy==1.26.3
|
|
|
|
| 8 |
transformers==4.36.2
|
| 9 |
+
accelerate==0.26.1
|
| 10 |
diffusers==0.25.1
|
| 11 |
fastapi<0.113.0
|
| 12 |
+
opencv-python==4.9.0.80
|