Alexander Bagus commited on
Commit
cf29214
·
1 Parent(s): d2efa73
Files changed (2) hide show
  1. .gitignore +2 -0
  2. requirements.txt +2 -1
.gitignore CHANGED
@@ -1,6 +1,8 @@
1
 
 
2
  /models/
3
  /repos/
 
4
 
5
  # Packages
6
  *.egg
 
1
 
2
+ # Project
3
  /models/
4
  /repos/
5
+ /videox_fun/
6
 
7
  # Packages
8
  *.egg
requirements.txt CHANGED
@@ -7,4 +7,5 @@ git+https://github.com/huggingface/diffusers.git
7
  kernels
8
  controlnet-aux
9
  matplotlib
10
- librosa
 
 
7
  kernels
8
  controlnet-aux
9
  matplotlib
10
+ librosa
11
+ decord