lkhl commited on
Commit
7be3edf
·
1 Parent(s): a0cd639

Add requirements

Browse files
Files changed (2) hide show
  1. packages.txt +1 -0
  2. requirements.txt +9 -1
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ffmpeg
requirements.txt CHANGED
@@ -1 +1,9 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
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