Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ fastapi
|
|
2 |
uvicorn[standard]
|
3 |
transformers
|
4 |
torch
|
|
|
5 |
soundfile
|
|
|
|
2 |
uvicorn[standard]
|
3 |
transformers
|
4 |
torch
|
5 |
+
torchaudio
|
6 |
soundfile
|
7 |
+
sentencepiece
|