Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
|
|
|
|
1 |
gradio==3.15.0
|
2 |
Pillow==9.1.0
|
3 |
-
transformers==4.26.0
|
4 |
-
torch==1.13.0
|
5 |
accelerate==0.17.0
|
6 |
-
|
7 |
git+https://github.com/asomoza/image_gen_aux.git
|
|
|
1 |
+
torch==1.13.0
|
2 |
+
transformers==4.26.0
|
3 |
+
diffusers==0.11.1
|
4 |
gradio==3.15.0
|
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
|