Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
soundfile
|
|
|
|
|
|
1 |
+
# Replace transformers with this to get latest code including VITS
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
torch
|
4 |
fastapi
|
5 |
uvicorn
|
|
|
|
|
6 |
soundfile
|
7 |
+
python-multipart
|
8 |
+
torchaudio
|