Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
-
|
2 |
-
opencv-python
|
3 |
-
huggingface_hub
|
4 |
-
spaces
|
5 |
git+https://github.com/huggingface/transformers.git
|
6 |
git+https://github.com/huggingface/accelerate.git
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
pillow
|
13 |
-
av
|
14 |
-
numpy
|
15 |
hf_xet
|
|
|
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 |
+
huggingface-hub
|
6 |
+
sentencepiece
|
7 |
+
einops
|
8 |
+
gradio
|
9 |
pillow
|
|
|
|
|
10 |
hf_xet
|