Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
|
2 |
torch
|
3 |
fastapi
|
4 |
uvicorn
|
5 |
-
soundfile
|
6 |
python-multipart
|
7 |
-
torchaudio
|
|
|
1 |
+
transformers
|
2 |
torch
|
3 |
fastapi
|
4 |
uvicorn
|
|
|
5 |
python-multipart
|
|