Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision
|
4 |
-
git+https://github.com/huggingface/diffusers.git
|
5 |
transformers
|
6 |
ftfy
|
7 |
numpy
|
8 |
matplotlib
|
9 |
uuid
|
10 |
opencv-python
|
11 |
-
git+https://github.com/openai/CLIP.git
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision
|
4 |
+
git+https://github.com/huggingface/diffusers.git@add_paint_by_example
|
5 |
transformers
|
6 |
ftfy
|
7 |
numpy
|
8 |
matplotlib
|
9 |
uuid
|
10 |
opencv-python
|
11 |
+
git+https://github.com/openai/CLIP.git
|