Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,5 +6,6 @@ einops==0.3.0
|
|
6 |
pytorch-lightning==1.4.2
|
7 |
torchmetrics==0.6.0
|
8 |
black==21.4b2
|
|
|
9 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
10 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
6 |
pytorch-lightning==1.4.2
|
7 |
torchmetrics==0.6.0
|
8 |
black==21.4b2
|
9 |
+
transformers==4.19.2
|
10 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
11 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|