Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
gradio
|
2 |
-
torch
|
3 |
decord
|
4 |
-
pytube==10.
|
5 |
imageio
|
6 |
transformers @ git+https://github.com/huggingface/transformers.git@c54646b13d468b7a21fd6ee18f943ad69daab48e
|
7 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo@702f9f42569598c5cce8c5e2dd7e37c3d6c46efd
|
|
|
1 |
gradio
|
2 |
+
torch==1.12.1+cpu
|
3 |
decord
|
4 |
+
pytube==10.8.5
|
5 |
imageio
|
6 |
transformers @ git+https://github.com/huggingface/transformers.git@c54646b13d468b7a21fd6ee18f943ad69daab48e
|
7 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo@702f9f42569598c5cce8c5e2dd7e37c3d6c46efd
|