Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
git+https://github.com/huggingface/diffusers.git
|
2 |
accelerate
|
3 |
-
|
4 |
transformers
|
|
|
|
|
|
|
|
|
5 |
|
6 |
|
|
|
|
|
1 |
accelerate
|
2 |
+
diffusers
|
3 |
transformers
|
4 |
+
gradio==3.48.0
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
6 |
+
torch
|
7 |
+
|
8 |
|
9 |
|