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