Spaces:
Runtime error
Runtime error
Alberto Carmona
commited on
Commit
·
4973507
1
Parent(s):
23d1bbb
Update dependencies
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
# For image generation
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
|
7 |
-
#
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
1 |
# For image generation
|
2 |
+
git+https://github.com/patil-suraj/transformers@ldm-bert
|
3 |
+
torch
|
4 |
+
diffusers==0.1.1
|
5 |
+
opencv-python
|
6 |
|
7 |
+
# For captioning
|
8 |
+
transformers
|
9 |
+
h5py
|
10 |
+
pandas
|
11 |
+
tqdm
|
12 |
+
scikit-image
|
13 |
+
ipywidgets
|
14 |
+
wandb
|
15 |
+
bert-score
|
16 |
+
ftfy
|
17 |
+
timm
|
18 |
+
lmdbdict
|
19 |
+
yacs
|
20 |
+
pyemd
|
21 |
+
gensim
|
22 |
+
pytorch-lightning==1.0.0
|
23 |
+
gdown
|