barghavani commited on
Commit
ba75171
Β·
1 Parent(s): a4aa700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -149,7 +149,15 @@ def update_options(model_name):
149
  else:
150
  # return empty options if not multi-speaker
151
  return []
152
-
 
 
 
 
 
 
 
 
153
  # Create Gradio interface
154
 
155
  iface = gr.Interface(
@@ -169,7 +177,7 @@ iface = gr.Interface(
169
  This is the same model that powers our creator application [SAIL LAB UNH](https://github.com/UNHSAILLab/Persian-TTS).
170
  Leave a star 🌟 on Github if you use and like our model!
171
  """,
172
- article="",
173
  live=False
174
  )
175
 
 
149
  else:
150
  # return empty options if not multi-speaker
151
  return []
152
+ links = """
153
+ <img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=0d00920c-8cc9-4bf3-90f2-a615797e5f59" />
154
+ | | |
155
+ | ------------------------------- | --------------------------------------- |
156
+ | πŸΈπŸ’¬ **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>|
157
+ | πŸ’Ό **Documentation** | [ReadTheDocs](https://tts.readthedocs.io/en/latest/)
158
+ | πŸ‘©β€πŸ’» **Questions** | [GitHub Discussions](https://github.com/coqui-ai/TTS/discussions) |
159
+ | πŸ—― **Community** | [![Dicord](https://img.shields.io/discord/1037326658807533628?color=%239B59B6&label=chat%20on%20discord)](https://discord.gg/5eXr5seRrv) |
160
+ """
161
  # Create Gradio interface
162
 
163
  iface = gr.Interface(
 
177
  This is the same model that powers our creator application [SAIL LAB UNH](https://github.com/UNHSAILLab/Persian-TTS).
178
  Leave a star 🌟 on Github if you use and like our model!
179
  """,
180
+ article=links,
181
  live=False
182
  )
183