Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
streamlit
|
| 3 |
|
| 4 |
torchaudio
|
| 5 |
-
nemo_toolkit[
|
| 6 |
numpy
|
| 7 |
soundfile
|
| 8 |
ffmpeg-python>=0.2.0 # Direct FFmpeg wrapper for reliable audio/video handling
|
|
|
|
| 2 |
streamlit
|
| 3 |
|
| 4 |
torchaudio
|
| 5 |
+
nemo_toolkit[asr]
|
| 6 |
numpy
|
| 7 |
soundfile
|
| 8 |
ffmpeg-python>=0.2.0 # Direct FFmpeg wrapper for reliable audio/video handling
|