Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
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
|
|
|
1 |
git+https://github.com/doevent/Real-ESRGAN.git
|
2 |
+
torch>=2.0.0
|
3 |
spaces
|
4 |
gradio==4.42.0
|
5 |
gradio-imageslider
|
6 |
torchvision
|
7 |
numpy
|
8 |
+
transformers>=4.34.0
|
9 |
accelerate
|
10 |
diffusers
|
11 |
fastapi<0.113.0
|