Devops-hestabit commited on
Commit
624b37b
·
verified ·
1 Parent(s): 6a108c6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -2,5 +2,7 @@ keras==2.13.1
2
  librosa==0.10.0.post2
3
  tensorflow-cpu==2.13.0
4
  typing-extensions
 
 
5
  pydub
6
  scipy
 
2
  librosa==0.10.0.post2
3
  tensorflow-cpu==2.13.0
4
  typing-extensions
5
+ imageio[ffmpeg] # For handling FFmpeg within Python
6
+ ffmpeg-python # Python bindings for FFmpeg
7
  pydub
8
  scipy