Tonic commited on
Commit
44c33a2
1 Parent(s): d1d23d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -12
app.py CHANGED
@@ -138,18 +138,10 @@ iface = gr.Interface(
138
  inputs=[gr.Textbox(label="Input Text")],
139
  outputs=[gr.Markdown(label="Output Text")],
140
  title="👋🏻Welcome to Team Tonic MultiMed⚕️",
141
- description=""""<p>This is an educational and accessible conversational tool to improve wellness and sanitation in support of public health.</p>
142
- <p>You can use MultiMed on your own data & in your own way by cloning this space.</p>
143
- <p>Simply click on settings: <a style="display:inline-block" href="https://huggingface.co/spaces/anzorq/finetuned_diffusion?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></p>
144
-
145
- <h3>How To Use MultiMed</h3>
146
- <p>Interact with MultiMed in any language using audio or text!</p>
147
-
148
- <h3>Join us</h3>
149
- <p>On Discord : <a href="https://discord.gg/GWpVpekp"><img src="https://discordapp.com/api/guilds/1109943800132010065/widget.png"></a></p>
150
- <p>On Huggingface : <a href="https://huggingface.co/TeamTonic">TeamTonic</a> & <a href="https://huggingface.co/MultiTransformer">MultiTransformer</a></p>
151
- <p>On Github : <a href="https://github.com/tonic-ai">PolyTonic</a> & contribute to <a href="https://github.com/tonic-ai/polygpt-alpha">PolyGPT</a></p>
152
- <p><img src="https://img.shields.io/github/followers/Tonic-AI.svg?style=social&label=Follow&maxAge=2592000"></p>""",
153
  examples=[
154
  ["What is the proper treatment for buccal herpes?"],
155
  ["Male, 40 presenting with swollen genitals and a rash"],
 
138
  inputs=[gr.Textbox(label="Input Text")],
139
  outputs=[gr.Markdown(label="Output Text")],
140
  title="👋🏻Welcome to Team Tonic MultiMed⚕️",
141
+ description=""""<p>This is an educational and accessible conversational tool to improve wellness and sanitation in support of public health. You can use MultiMed on your own data & in your own way by cloning this space. Simply click here: <a style="display:inline-block" href="https://huggingface.co/spaces/anzorq/finetuned_diffusion?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></p>
142
+ <p>How To Use MultiMed : Interact with MultiMed in any language using audio or text!</p>
143
+ <h4>Join us</h4>
144
+ <p>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</a> & contribute to <a href="https://github.com/tonic-ai/polygpt-alpha">PolyGPT</a><img src="https://img.shields.io/github/followers/Tonic-AI.svg?style=social&label=Follow&maxAge=2592000"></p>""",
 
 
 
 
 
 
 
 
145
  examples=[
146
  ["What is the proper treatment for buccal herpes?"],
147
  ["Male, 40 presenting with swollen genitals and a rash"],