Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
transformers
|
2 |
gradio
|
3 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
gradio
|
3 |
+
torch
|
4 |
+
-f --extra-index-url https://download.pytorch.org/whl/cu116
|
5 |
+
numpy
|
6 |
+
torchvision
|
7 |
+
git+https://github.com/huggingface/diffusers
|
8 |
+
accelerate
|
9 |
+
ftfy
|
10 |
+
xformers
|
11 |
+
modin[all]
|