Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
parler-tts
Commits
34d00133
Unverified
Commit
34d00133
authored
Apr 09, 2024
by
Yoach Lacombe
Committed by
GitHub
Apr 09, 2024
Browse files
Update setup.py
parent
8678ab41
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
34d00133
...
@@ -54,7 +54,7 @@ with open(os.path.join(here, "parler_tts", "__init__.py"), encoding="utf-8") as
...
@@ -54,7 +54,7 @@ with open(os.path.join(here, "parler_tts", "__init__.py"), encoding="utf-8") as
setuptools
.
setup
(
setuptools
.
setup
(
name
=
"parler_tts"
,
name
=
"parler_tts"
,
version
=
version
,
version
=
version
,
description
=
"Toolkit for
reproducing Stability AI's
text-to-speech model."
,
description
=
"Toolkit for
using and training Parler-TTS, a high-quality
text-to-speech model."
,
long_description
=
long_description
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
long_description_content_type
=
"text/markdown"
,
packages
=
setuptools
.
find_packages
(),
packages
=
setuptools
.
find_packages
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment