Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
accelerate
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
git+https://github.com/huggingface/transformers@main
|
5 |
+
sentencepiece
|
6 |
+
pillow
|
7 |
+
protobuf
|
8 |
accelerate
|