Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
Pillow==9.1.0
|
6 |
-
accelerate==0.17.0
|
7 |
-
git+https://github.com/huggingface/huggingface_hub.git
|
8 |
-
git+https://github.com/asomoza/image_gen_aux.git
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
Pillow
|
3 |
+
numpy
|
4 |
+
RealESRGAN
|
|
|
|
|
|
|
|