Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
1 |
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
transformers
|
2 |
+
gradio
|
3 |
torch
|
4 |
+
accelerate
|
5 |
+
torchaudio
|
6 |
+
numpy
|
7 |
+
sounddevice
|
8 |
+
git+https://github.com/NVIDIA/NeMo.git@r1.23.0#egg=nemo_toolkit[all]
|