Upload requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
nemo-toolkit[asr]>=2.0.0rc1
|
| 2 |
huggingface-hub>=0.23.2
|
|
|
|
| 3 |
torch
|
| 4 |
numpy<2
|
| 5 |
ipython
|
| 6 |
Cython
|
| 7 |
packaging
|
| 8 |
-
yt_dlp
|
|
|
|
| 1 |
nemo-toolkit[asr]>=2.0.0rc1
|
| 2 |
huggingface-hub>=0.23.2
|
| 3 |
+
gradio==4.44.0
|
| 4 |
torch
|
| 5 |
numpy<2
|
| 6 |
ipython
|
| 7 |
Cython
|
| 8 |
packaging
|
| 9 |
+
yt_dlp
|