Commit
·
6b7f593
1
Parent(s):
b0e280f
fix: missing dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ tqdm
|
|
4 |
git+https://github.com/openai/CLIP.git
|
5 |
transformers
|
6 |
pytorch-lightning==1.9.0
|
7 |
-
wandb
|
|
|
|
4 |
git+https://github.com/openai/CLIP.git
|
5 |
transformers
|
6 |
pytorch-lightning==1.9.0
|
7 |
+
wandb
|
8 |
+
streamlit_image_select
|