Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
torch
|
2 |
einops
|
3 |
timm ==0.6.12
|
4 |
-
transformers == 4.35.1
|
5 |
accelerate
|
6 |
gradio==3.50.1
|
7 |
sentencepiece
|
|
|
|
|
|
|
|
|
8 |
git+https://github.com/huggingface/diffusers.git
|
|
|
1 |
torch
|
2 |
einops
|
3 |
timm ==0.6.12
|
|
|
4 |
accelerate
|
5 |
gradio==3.50.1
|
6 |
sentencepiece
|
7 |
+
git+https://github.com/huggingface/diffusers.git@main
|
8 |
+
git+https://github.com/huggingface/transformers.git@main
|
9 |
+
git+https://github.com/huggingface/tokenizers.git@main
|
10 |
+
git+https://github.com/huggingface/huggingface_hub.git@main
|
11 |
git+https://github.com/huggingface/diffusers.git
|