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