Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
numpy>=1.20.0
|
5 |
+
pillow>=8.0.0
|
6 |
+
decord>=0.6.0
|