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/[email protected]#egg=nemo_toolkit[all]
|