Update requirements.txt
Browse files- requirements.txt +12 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|