gorkemgoknar commited on
Commit
b5961c0
1 Parent(s): a457e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -687,7 +687,15 @@ EXAMPLES = [
687
 
688
  ]
689
 
690
- OTHER_HTML=f"""<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=0d00920c-8cc9-4bf3-90f2-a615797e5f59" />"""
 
 
 
 
 
 
 
 
691
  with gr.Blocks(title=title) as demo:
692
  gr.Markdown(DESCRIPTION)
693
  gr.Markdown(OTHER_HTML)
 
687
 
688
  ]
689
 
690
+
691
+ OTHER_HTML=f"""<div>
692
+ <a style="display:inline-block" href='https://github.com/coqui-ai/TTS'><img src='https://img.shields.io/github/stars/coqui-ai/TTS?style=social' /></a>
693
+ <a style='display:inline-block' href='https://discord.gg/5eXr5seRrv'><img src='https://discord.com/api/guilds/1037326658807533628/widget.png?style=shield' /></a>
694
+ <a href="https://huggingface.co/spaces/coqui/voice-chat-with-mistral?duplicate=true">
695
+ <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
696
+ <img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=0d00920c-8cc9-4bf3-90f2-a615797e5f59" />
697
+ </div>
698
+ """
699
  with gr.Blocks(title=title) as demo:
700
  gr.Markdown(DESCRIPTION)
701
  gr.Markdown(OTHER_HTML)