Tonic commited on
Commit
8cb63f6
·
1 Parent(s): 5e448f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -150,7 +150,12 @@ iface = gr.Interface(
150
  ["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
151
  ["Je, ni matibabu gani sahihi kwa herpes ya buccal?"],
152
  ],
153
- footer = """<h3>TeamTonic is always making cool demos!</h3> <h3>Join our active builder s community on Discord: <a href="https://discord.gg/GWpVpekp"><img src="https://discordapp.com/api/guilds/1109943800132010065/widget.png"></a> On Huggingface: <a href="https://huggingface.co/TeamTonic">TeamTonic</a> & <a href="https://huggingface.co/MultiTransformer">MultiTransformer</a> On Github: <a href="https://github.com/tonic-ai">Polytonic<img src="https://img.shields.io/github/followers/Tonic-AI.svg?style=social&label=Follow&maxAge=2592000"></a> & contribute to <a href="https://github.com/tonic-ai/polygpt-alpha">PolyGPT</h3>"""
 
 
 
 
 
154
  )
155
 
156
  iface.launch()
 
150
  ["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
151
  ["Je, ni matibabu gani sahihi kwa herpes ya buccal?"],
152
  ],
153
+ footer = """<h3>TeamTonic is always making cool demos!</h3>
154
+ <h3>Join our active builder's community on Discord: <a href="https://discord.gg/GWpVpekp"><img src="https://discordapp.com/api/guilds/1109943800132010065/widget.png"></a>
155
+ On Huggingface: <a href="https://huggingface.co/TeamTonic">TeamTonic</a> &
156
+ <a href="https://huggingface.co/MultiTransformer">MultiTransformer</a>
157
+ On Github: <a href="https://github.com/tonic-ai">Polytonic<img src="https://img.shields.io/github/followers/Tonic-AI.svg?style=social&label=Follow&maxAge=2592000"></a> &
158
+ contribute to <a href="https://github.com/tonic-ai/polygpt-alpha">PolyGPT</a></h3>"""
159
  )
160
 
161
  iface.launch()