We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae71523 commit 792d0fbCopy full SHA for 792d0fb
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "xtts-api-server"
7
-version = "0.8.6"
+version = "0.9.0"
8
authors = [
9
{ name="daswer123", email="[email protected]" },
10
]
@@ -32,9 +32,10 @@ dependencies = [
32
"uvicorn",
33
"cutlet",
34
'fugashi[unidic-lite]',
35
- 'tts==0.21.3',
+ 'coqui-tts[languages]==0.24.1',
36
'transformers==4.36.2',
37
- "uuid"
+ "uuid",
38
+ "spacy==3.7.2",
39
40
41
[project.urls]
requirements.txt
@@ -12,6 +12,7 @@ torchaudio
12
uvicorn
13
cutlet
14
fugashi[unidic-lite]
15
-tts==0.21.3
+coqui-tts[languages]==0.24.1
16
transformers==4.36.2
17
-uuid
+uuid
18
+spacy==3.7.2
0 commit comments