Spaces:
Runtime error
Runtime error
Commit
•
16b289e
1
Parent(s):
48fa639
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
diffusers
|
@@ -6,4 +7,5 @@ ftfy
|
|
6 |
numpy
|
7 |
matplotlib
|
8 |
uuid
|
9 |
-
opencv-python
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision
|
4 |
diffusers
|
|
|
7 |
numpy
|
8 |
matplotlib
|
9 |
uuid
|
10 |
+
opencv-python
|
11 |
+
git+https://github.com/openai/CLIP.git
|