Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
git+https://github.com/huggingface/huggingface_hub@main
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
torch
|
4 |
-
transformers
|
|
|
5 |
pytorch_lightning
|
6 |
OmegaConf
|
7 |
ftfy
|
|
|
1 |
git+https://github.com/huggingface/huggingface_hub@main
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
torch
|
4 |
+
#transformers
|
5 |
+
git+https://github.com/huggingface/transformers
|
6 |
pytorch_lightning
|
7 |
OmegaConf
|
8 |
ftfy
|