Commit
·
81948bb
1
Parent(s):
6fa3157
Added missing requirement
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ regex
|
|
9 |
tqdm
|
10 |
timm
|
11 |
cuda-python
|
|
|
12 |
git+https://github.com/openai/CLIP.git
|
|
|
9 |
tqdm
|
10 |
timm
|
11 |
cuda-python
|
12 |
+
braceexpand
|
13 |
git+https://github.com/openai/CLIP.git
|