garyuzair commited on
Commit
10506b0
·
verified ·
1 Parent(s): 5763c8a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
  streamlit
 
2
  transformers
3
- torch
4
- torchaudio
5
- # imageio # No longer strictly needed if only using cv2 for video input
6
- # imageio-ffmpeg # If imageio was relying on this, and imageio is removed, this might also be removable
7
- Pillow
8
- numpy
9
  soundfile
10
- moviepy==1.0.3 # Or a recent compatible version
11
- opencv-python # <-- Add this
 
 
12
  accelerate
 
1
  streamlit
2
+ imageio[ffmpeg]
3
  transformers
 
 
 
 
 
 
4
  soundfile
5
+ numpy
6
+ Pillow
7
+ torch
8
+ moviepy==1.0.3
9
  accelerate