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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -150,13 +150,8 @@ def update_options(model_name):
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
 
 
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
157