Spaces:
Sleeping
Sleeping
Ubuntu
commited on
Commit
·
49a313e
1
Parent(s):
9f2a1cd
.ipynb_checkpoints/requirements-checkpoint.txt
CHANGED
@@ -2,4 +2,7 @@ opencv-python
|
|
2 |
encoded-video
|
3 |
torch
|
4 |
numpy
|
5 |
-
|
|
|
|
|
|
|
|
2 |
encoded-video
|
3 |
torch
|
4 |
numpy
|
5 |
+
pytorch-lightning
|
6 |
+
torchvision
|
7 |
+
transformers
|
8 |
+
pathlib
|
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ torch
|
|
4 |
numpy
|
5 |
pytorch-lightning
|
6 |
torchvision
|
7 |
-
transformers
|
|
|
|
4 |
numpy
|
5 |
pytorch-lightning
|
6 |
torchvision
|
7 |
+
transformers
|
8 |
+
pathlib
|