Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,15 +1,18 @@
|
|
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 |
xformers
|
6 |
av
|
|
|
7 |
peft
|
8 |
torch
|
9 |
spaces
|
|
|
10 |
gradio
|
11 |
pillow
|
12 |
requests
|
|
|
|
|
13 |
safetensors
|
14 |
torchvision
|
15 |
huggingface_hub
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
git+https://github.com/huggingface/accelerate.git
|
3 |
git+https://github.com/huggingface/peft.git
|
4 |
xformers
|
5 |
av
|
6 |
+
fpdf
|
7 |
peft
|
8 |
torch
|
9 |
spaces
|
10 |
+
hf_xet
|
11 |
gradio
|
12 |
pillow
|
13 |
requests
|
14 |
+
reportlab
|
15 |
+
python-docx
|
16 |
safetensors
|
17 |
torchvision
|
18 |
huggingface_hub
|