Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
diffusers
|
| 2 |
-
transformers
|
| 3 |
-
accelerate
|
| 4 |
-
peft
|
| 5 |
-
safetensors
|
| 6 |
-
sentencepiece
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
git+https://github.com/huggingface/transformers.git
|
| 3 |
+
git+https://github.com/huggingface/accelerate.git
|
| 4 |
+
git+https://github.com/huggingface/peft.git
|
| 5 |
+
safetensors
|
| 6 |
+
sentencepiece
|
| 7 |
+
gradio
|
| 8 |
+
pillow
|