Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -4,6 +4,6 @@ timm ==0.6.12
|
|
4 |
accelerate
|
5 |
gradio==3.50.1
|
6 |
sentencepiece
|
7 |
-
git+https://github.com/huggingface/
|
8 |
-
git+https://github.com/huggingface/
|
9 |
-
git+https://github.com/huggingface/huggingface_hub.git@main
|
|
|
4 |
accelerate
|
5 |
gradio==3.50.1
|
6 |
sentencepiece
|
7 |
+
git+https://github.com/huggingface/transformers.git@v4.33.1#egg=transformers
|
8 |
+
git+https://github.com/huggingface/diffusers.git@v0.19.0#egg=diffusers
|
9 |
+
git+https://github.com/huggingface/huggingface_hub.git@main#egg=huggingface_hub
|