Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -5,8 +5,11 @@ git+https://github.com/openai/CLIP.git
|
|
5 |
regex
|
6 |
tqdm
|
7 |
streamlit
|
|
|
8 |
pillow
|
9 |
pandas
|
|
|
|
|
10 |
spacy
|
11 |
tqdm
|
12 |
tabulate
|
|
|
5 |
regex
|
6 |
tqdm
|
7 |
streamlit
|
8 |
+
skimage
|
9 |
pillow
|
10 |
pandas
|
11 |
+
transformers
|
12 |
+
numpy
|
13 |
spacy
|
14 |
tqdm
|
15 |
tabulate
|