Spaces:
Running
on
Zero
Running
on
Zero
Add requirements
Browse files- packages.txt +1 -0
- requirements.txt +9 -1
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
ffmpeg
|
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.4.0
|
| 3 |
+
torchvision==0.19.0
|
| 4 |
+
transformers==4.46.3
|
| 5 |
+
spaces
|
| 6 |
+
decord
|
| 7 |
+
ffmpeg-python
|
| 8 |
+
imageio
|
| 9 |
+
opencv-python
|