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