Spaces:
Runtime error
Runtime error
Commit
·
d4a9e03
1
Parent(s):
f932000
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
pip
|
| 3 |
einops
|
| 4 |
fastapi
|
| 5 |
-
gradio==3.37.0
|
| 6 |
markdown2[all]
|
| 7 |
numpy
|
| 8 |
requests
|
|
@@ -23,7 +22,8 @@ sentencepiece==0.1.99
|
|
| 23 |
einops==0.6.1
|
| 24 |
einops-exts==0.0.4
|
| 25 |
timm==0.6.13
|
| 26 |
-
gradio_client==0.7.0
|
| 27 |
decord==0.6.0
|
| 28 |
opencv-python==4.7.0.72
|
| 29 |
-
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
|
|
|
|
|
|
|
|
| 2 |
pip
|
| 3 |
einops
|
| 4 |
fastapi
|
|
|
|
| 5 |
markdown2[all]
|
| 6 |
numpy
|
| 7 |
requests
|
|
|
|
| 22 |
einops==0.6.1
|
| 23 |
einops-exts==0.0.4
|
| 24 |
timm==0.6.13
|
|
|
|
| 25 |
decord==0.6.0
|
| 26 |
opencv-python==4.7.0.72
|
| 27 |
+
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
| 28 |
+
gradio==3.37.0
|
| 29 |
+
gradio_client==0.7.0
|