Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision==0.13.1+cu113
|
4 |
-
|
5 |
-
git+https://github.com/huggingface/diffusers.git
|
6 |
-
|
7 |
-
git+https://github.com/huggingface/transformers
|
8 |
scipy
|
9 |
ftfy
|
10 |
psutil
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision==0.13.1+cu113
|
4 |
+
diffusers
|
5 |
+
#git+https://github.com/huggingface/diffusers.git
|
6 |
+
transformers
|
7 |
+
#git+https://github.com/huggingface/transformers
|
8 |
scipy
|
9 |
ftfy
|
10 |
psutil
|