Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -2,8 +2,9 @@ Cython
|
|
| 2 |
packaging
|
| 3 |
setuptools
|
| 4 |
numpy<2.0.0
|
| 5 |
-
torch
|
| 6 |
huggingface_hub
|
| 7 |
-
nemo_toolkit[asr]
|
| 8 |
-
gradio==
|
| 9 |
-
|
|
|
|
|
|
| 2 |
packaging
|
| 3 |
setuptools
|
| 4 |
numpy<2.0.0
|
| 5 |
+
torch>=2.0.0
|
| 6 |
huggingface_hub
|
| 7 |
+
nemo_toolkit[asr]==1.23.0
|
| 8 |
+
gradio==4.44.1
|
| 9 |
+
psutil
|
| 10 |
+
humanize
|