Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,10 +2,10 @@ git+https://github.com/doevent/Real-ESRGAN.git
|
|
2 |
opencv-python
|
3 |
spaces
|
4 |
diffusers
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
pipeline
|
8 |
-
transformers
|
9 |
accelerate
|
10 |
safetensors
|
11 |
spaces
|
|
|
2 |
opencv-python
|
3 |
spaces
|
4 |
diffusers
|
5 |
+
torch==2.0.1
|
6 |
+
torchvision==0.15.2
|
7 |
pipeline
|
8 |
+
transformers==4.43.2
|
9 |
accelerate
|
10 |
safetensors
|
11 |
spaces
|