Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchaudio
|
| 3 |
-
|
| 4 |
pydantic==1.10.13
|
| 5 |
python-multipart
|
| 6 |
typing-extensions
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
torchaudio==2.1.0
|
| 3 |
+
TTS==0.22.0
|
| 4 |
pydantic==1.10.13
|
| 5 |
python-multipart
|
| 6 |
typing-extensions
|