Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
|
3 |
-
|
4 |
-
#torchvision
|
5 |
diffusers
|
6 |
transformers
|
7 |
ftfy
|
@@ -10,13 +9,15 @@ matplotlib
|
|
10 |
uuid
|
11 |
opencv-python
|
12 |
git+https://github.com/openai/CLIP.git
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
#zipfile -e clipseg-master.zip clipseg/
|
21 |
|
22 |
#gzip -d "home/user/app/clipseg-master.zip"
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchvision
|
|
|
4 |
diffusers
|
5 |
transformers
|
6 |
ftfy
|
|
|
9 |
uuid
|
10 |
opencv-python
|
11 |
git+https://github.com/openai/CLIP.git
|
12 |
+
|
13 |
+
#--extra-index-url https://download.pytorch.org/whl/cu113
|
14 |
+
#--find-links https://download.pytorch.org/whl/torch_stable.html
|
15 |
+
#torch==1.10.0+cpu
|
16 |
+
#torchvision==0.11.1+cpu
|
17 |
+
#git+https://github.com/huggingface/diffusers
|
18 |
+
#imageio
|
19 |
+
#huggingface_hub
|
20 |
+
#onnxruntime-gpu
|
21 |
#zipfile -e clipseg-master.zip clipseg/
|
22 |
|
23 |
#gzip -d "home/user/app/clipseg-master.zip"
|