NightPrince commited on
Commit
06511a9
·
verified ·
1 Parent(s): 08d8517

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -4
requirements.txt CHANGED
@@ -1,5 +1,13 @@
 
1
  streamlit
2
- pydub
3
- moviepy
4
- imageio-ffmpeg
5
- nemo_toolkit[all]
 
 
 
 
 
 
 
 
1
+
2
  streamlit
3
+
4
+ torchaudio
5
+ nemo_toolkit[all]
6
+ numpy
7
+ soundfile
8
+ ffmpeg-python>=0.2.0 # Direct FFmpeg wrapper for reliable audio/video handling
9
+ python-magic-bin; sys_platform == 'win32' # For file type detection on Windows
10
+ python-magic; sys_platform != 'win32' # For file type detection on Unix
11
+
12
+
13
+