Spaces:
Runtime error
Runtime error
zhanghaoji
commited on
Commit
•
0e25a89
1
Parent(s):
595db44
upd
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
torch
|
|
|
3 |
transformers
|
|
|
4 |
pillow
|
5 |
imageio
|
6 |
decord
|
7 |
-
numpy
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
torch
|
3 |
+
torchvision
|
4 |
transformers
|
5 |
+
tokenizers
|
6 |
pillow
|
7 |
imageio
|
8 |
decord
|
9 |
+
numpy
|
10 |
+
sentencepiece
|
11 |
+
einops
|
12 |
+
einops-exts
|
13 |
+
timm
|