Skip to content

Commit 792d0fb

Browse files
committed
0.9.0
fix with spacy, move to coqui fork
1 parent ae71523 commit 792d0fb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "xtts-api-server"
7-
version = "0.8.6"
7+
version = "0.9.0"
88
authors = [
99
{ name="daswer123", email="[email protected]" },
1010
]
@@ -32,9 +32,10 @@ dependencies = [
3232
"uvicorn",
3333
"cutlet",
3434
'fugashi[unidic-lite]',
35-
'tts==0.21.3',
35+
'coqui-tts[languages]==0.24.1',
3636
'transformers==4.36.2',
37-
"uuid"
37+
"uuid",
38+
"spacy==3.7.2",
3839
]
3940

4041
[project.urls]

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ torchaudio
1212
uvicorn
1313
cutlet
1414
fugashi[unidic-lite]
15-
tts==0.21.3
15+
coqui-tts[languages]==0.24.1
1616
transformers==4.36.2
17-
uuid
17+
uuid
18+
spacy==3.7.2

0 commit comments

Comments
 (0)