Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -10,6 +10,12 @@ uuid
|
|
10 |
opencv-python
|
11 |
huggingface_hub
|
12 |
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
gzip -d https://huggingface.co/spaces/nightfury/SD-InPainting/blob/main/clipseg-master.zip
|
14 |
#git+https://github.com/timojl.git
|
15 |
#git+https://github.com/ThereforeGames/txt2mask.git
|
|
|
10 |
opencv-python
|
11 |
huggingface_hub
|
12 |
git+https://github.com/openai/CLIP.git
|
13 |
+
|
14 |
+
mkdir /home/user/app/clipseg
|
15 |
+
mkdir /home/user/app/clipseg/models
|
16 |
+
mkdir /home/user/app/clipseg/experiments
|
17 |
+
mkdir /home/user/app/clipseg/datasets
|
18 |
+
|
19 |
gzip -d https://huggingface.co/spaces/nightfury/SD-InPainting/blob/main/clipseg-master.zip
|
20 |
#git+https://github.com/timojl.git
|
21 |
#git+https://github.com/ThereforeGames/txt2mask.git
|