Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -2,4 +2,8 @@ gradio
|
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
torch
|
4 |
scipy
|
5 |
-
transformers
|
|
|
|
|
|
|
|
|
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
torch
|
4 |
scipy
|
5 |
+
transformers
|
6 |
+
torchaudio
|
7 |
+
accelerate
|
8 |
+
soundfile
|
9 |
+
numpy
|