Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -28,3 +28,14 @@ pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@main
|
|
| 28 |
|
| 29 |
gradio==3.37.0
|
| 30 |
gradio_client==0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
gradio==3.37.0
|
| 30 |
gradio_client==0.7.0
|
| 31 |
+
|
| 32 |
+
transformers>=4.41
|
| 33 |
+
accelerate>=0.30
|
| 34 |
+
sentencepiece
|
| 35 |
+
decord
|
| 36 |
+
pillow
|
| 37 |
+
gradio>=4.29
|
| 38 |
+
torchvision
|
| 39 |
+
ffmpeg-python
|
| 40 |
+
requests
|
| 41 |
+
|