Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
pydub
|
| 4 |
pandas
|
| 5 |
soundfile
|
| 6 |
-
numpy
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
transformers
|
| 3 |
+
torch
|
| 4 |
+
torchaudio
|
| 5 |
pydub
|
| 6 |
pandas
|
| 7 |
soundfile
|
| 8 |
+
numpy
|
| 9 |
+
accelerate
|