Spaces:
Runtime error
Runtime error
Update requirements.txt
#108
by Amannnnn8nn - opened
- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
TTS @ git+https://github.com/coqui-ai/TTS@v0.21.1
|
|
|
|
| 3 |
pydantic==1.10.13
|
| 4 |
python-multipart==0.0.6
|
| 5 |
typing-extensions>=4.8.0
|
|
@@ -9,4 +12,4 @@ unidic-lite==1.0.8
|
|
| 9 |
unidic==1.1.0
|
| 10 |
langid
|
| 11 |
deepspeed
|
| 12 |
-
pydub
|
|
|
|
| 1 |
+
torch==2.1.1
|
| 2 |
+
torchaudio==2.1.1
|
| 3 |
+
|
| 4 |
TTS @ git+https://github.com/coqui-ai/TTS@v0.21.1
|
| 5 |
+
|
| 6 |
pydantic==1.10.13
|
| 7 |
python-multipart==0.0.6
|
| 8 |
typing-extensions>=4.8.0
|
|
|
|
| 12 |
unidic==1.1.0
|
| 13 |
langid
|
| 14 |
deepspeed
|
| 15 |
+
pydub
|