Spaces:
Build error
Build error
Commit
Β·
aeffe84
1
Parent(s):
17514fc
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,8 @@ def update_options(model_name):
|
|
150 |
# return empty options if not multi-speaker
|
151 |
return []
|
152 |
links = """
|
153 |
-
πΈπ¬ **PersianTTS** <a style="display:inline-block" href='https://github.com/UNHSAILLab/Persian-TTS'><img src='https://img.shields.io/github/stars/coqui-ai/TTS?style=social' /></a
|
|
|
154 |
|
155 |
"""
|
156 |
# Create Gradio interface
|
@@ -172,6 +173,7 @@ iface = gr.Interface(
|
|
172 |
**VITS** is a text-to-speech model that translates written text into natural-sounding, human-like speech. It uses a combination of variational autoencoders and generative adversarial networks to create voice outputs that are realistic and can be customized for various applications, ranging from virtual assistants to audiobook narration.
|
173 |
This is the same model that powers our creator application [SAIL LAB UNH](https://github.com/UNHSAILLab/Persian-TTS).
|
174 |
Leave a star π on Github if you use and like our model!
|
|
|
175 |
""",
|
176 |
article=links,
|
177 |
live=False
|
|
|
150 |
# return empty options if not multi-speaker
|
151 |
return []
|
152 |
links = """
|
153 |
+
πΈπ¬ **PersianTTS** <a style="display:inline-block" href='https://github.com/UNHSAILLab/Persian-TTS'><img src='https://img.shields.io/github/stars/coqui-ai/TTS?style=social' /></a>
|
154 |
+
|
155 |
|
156 |
"""
|
157 |
# Create Gradio interface
|
|
|
173 |
**VITS** is a text-to-speech model that translates written text into natural-sounding, human-like speech. It uses a combination of variational autoencoders and generative adversarial networks to create voice outputs that are realistic and can be customized for various applications, ranging from virtual assistants to audiobook narration.
|
174 |
This is the same model that powers our creator application [SAIL LAB UNH](https://github.com/UNHSAILLab/Persian-TTS).
|
175 |
Leave a star π on Github if you use and like our model!
|
176 |
+
Stand with us as we strive not only to shape the future of Persian Text-to-Speech technologies but also to create a more inclusive and accessible space for Persian speakers worldwide [Gofundme](https://www.gofundme.com/f/zabanzad-Persian-TTS).
|
177 |
""",
|
178 |
article=links,
|
179 |
live=False
|