Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -9,10 +9,7 @@ matplotlib
|
|
9 |
uuid
|
10 |
opencv-python
|
11 |
git+https://github.com/openai/CLIP.git
|
12 |
-
|
13 |
#git+-b+repositories/clipseg+https://github.com/ThereforeGames/txt2mask.git
|
14 |
#git+-b+repositories/clipseg+--single-branch+https://github.com/ThereforeGames/txt2mask.git
|
15 |
-
git repo clone ThereforeGames/txt2mask.git
|
16 |
-
git branch -b https://github.com/ThereforeGames/txt2mask/repositories/clipseg
|
17 |
-
git checkout -b repositories/clipseg https://github.com/ThereforeGames/txt2mask/repositories/clipseg
|
18 |
#txt2mask/repositories/clipseg/
|
|
|
9 |
uuid
|
10 |
opencv-python
|
11 |
git+https://github.com/openai/CLIP.git
|
12 |
+
git+https://github.com/timojl/clipseg.git
|
13 |
#git+-b+repositories/clipseg+https://github.com/ThereforeGames/txt2mask.git
|
14 |
#git+-b+repositories/clipseg+--single-branch+https://github.com/ThereforeGames/txt2mask.git
|
|
|
|
|
|
|
15 |
#txt2mask/repositories/clipseg/
|