Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,34 +138,25 @@ 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="This is an educational and accessible conversational tool to improve wellness and sanitation in support of public health
|
142 |
-
"""
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
On Discord : [![Let's build the future of AI together! 🚀🤖](https://discordapp.com/api/guilds/1109943800132010065/widget.png)](https://discord.gg/GWpVpekp)
|
151 |
-
On Huggingface : [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer)
|
152 |
-
On Github : [PolyTonic](https://github.com/tonic-ai) & contribute to [PolyGPT](https://github.com/tonic-ai/polygpt-alpha)[![Join Us](https://img.shields.io/github/followers/Tonic-AI.svg?style=social&label=Follow&maxAge=2592000)]
|
153 |
-
"""
|
154 |
-
|
155 |
-
",
|
156 |
examples=[
|
157 |
["What is the proper treatment for buccal herpes?"],
|
158 |
-
["Male,40 presenting with swollen genitals and a rash"],
|
159 |
["How does cellular metabolism work TCA cycle"],
|
160 |
["What special care must be provided to children with chicken pox?"],
|
161 |
-
["When and how often should
|
162 |
["بکل ہرپس کا صحیح علاج کیا ہے؟"],
|
163 |
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
164 |
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"]
|
165 |
]
|
166 |
)
|
167 |
-
new_section_component = gr.Markdown(new_section_content)
|
168 |
-
#Layout for Larkdown
|
169 |
-
iface.layout[0].insert(1, new_section_component)
|
170 |
|
171 |
iface.launch()
|
|
|
138 |
inputs=[gr.Textbox(label="Input Text")],
|
139 |
outputs=[gr.Markdown(label="Output Text")],
|
140 |
title="👋🏻Welcome to Team Tonic MultiMed⚕️",
|
141 |
+
description="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.\n"
|
142 |
+
"<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>"
|
143 |
+
"How To Use MultiMed"
|
144 |
+
"Interact with MultiMed in any language using audio or text !"
|
145 |
+
"Join us"
|
146 |
+
"On Discord : [![Let's build the future of AI together! 🚀🤖](https://discordapp.com/api/guilds/1109943800132010065/widget.png)](https://discord.gg/GWpVpekp)"
|
147 |
+
"On Huggingface : [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer)"
|
148 |
+
"On Github : [PolyTonic](https://github.com/tonic-ai) & contribute to [PolyGPT](https://github.com/tonic-ai/polygpt-alpha)[![Join Us](https://img.shields.io/github/followers/Tonic-AI.svg?style=social&label=Follow&maxAge=2592000)]"
|
149 |
+
,
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
examples=[
|
151 |
["What is the proper treatment for buccal herpes?"],
|
152 |
+
["Male, 40 presenting with swollen genitals and a rash"],
|
153 |
["How does cellular metabolism work TCA cycle"],
|
154 |
["What special care must be provided to children with chicken pox?"],
|
155 |
+
["When and how often should I wash my hands ?"],
|
156 |
["بکل ہرپس کا صحیح علاج کیا ہے؟"],
|
157 |
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
158 |
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"]
|
159 |
]
|
160 |
)
|
|
|
|
|
|
|
161 |
|
162 |
iface.launch()
|