Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchaudio
|
| 3 |
-
TTS
|
| 4 |
-
pydantic
|
| 5 |
python-multipart
|
| 6 |
typing-extensions
|
| 7 |
cutlet
|
|
@@ -9,4 +9,4 @@ mecab-python3
|
|
| 9 |
unidic-lite
|
| 10 |
langid
|
| 11 |
pydub
|
| 12 |
-
numpy
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchaudio
|
| 3 |
+
TTS
|
| 4 |
+
pydantic
|
| 5 |
python-multipart
|
| 6 |
typing-extensions
|
| 7 |
cutlet
|
|
|
|
| 9 |
unidic-lite
|
| 10 |
langid
|
| 11 |
pydub
|
| 12 |
+
numpy
|