Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,9 @@ iface = gr.Interface(
|
|
138 |
inputs=[gr.Textbox(label="Input Text")],
|
139 |
outputs=[gr.Markdown(label="Output Text")],
|
140 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|
141 |
-
description="""<h2>How To Use ⚕🗣️😷MultiMed⚕:</h2
|
142 |
-
<h3
|
|
|
143 |
examples=[
|
144 |
["What is the proper treatment for buccal herpes?"],
|
145 |
["Male, 40 presenting with swollen genitals and a rash"],
|
@@ -150,12 +151,7 @@ iface = gr.Interface(
|
|
150 |
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
151 |
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"],
|
152 |
],
|
153 |
-
footer = "
|
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()
|
|
|
138 |
inputs=[gr.Textbox(label="Input Text")],
|
139 |
outputs=[gr.Markdown(label="Output Text")],
|
140 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|
141 |
+
description = """<h2>How To Use ⚕🗣️😷MultiMed⚕:</h2>
|
142 |
+
<h3>🗣️📝Interact with ⚕🗣️😷MultiMed⚕ in any language using audio or text!🗣️📝</h3>
|
143 |
+
<h3>This is an educational and accessible conversational tool to improve wellness and sanitation in support of public health. 📚🌟💼 The knowledge base is composed of publicly available medical and health sources in multiple languages. We also used [Kelvalya/MedAware](https://huggingface.co/datasets/keivalya/MedQuad-MedicalQnADataset) that we processed and converted to HTML. The quality of the answers depends on the quality of the dataset, so if you want to see some data represented here, do [get in touch](https://discord.gg/GWpVpekp). You can also 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/TeamTonic/MultiMed?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/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHY dmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></h3>"""
|
144 |
examples=[
|
145 |
["What is the proper treatment for buccal herpes?"],
|
146 |
["Male, 40 presenting with swollen genitals and a rash"],
|
|
|
151 |
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
152 |
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"],
|
153 |
],
|
154 |
+
footer = "TeamTonic is always making cool demos! Join our active builder's community on Discord: [Discord](https://discord.gg/GWpVpekp) On Huggingface: [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer) On Github: [Polytonic](https://github.com/tonic-ai) & contribute to [PolyGPT](https://github.com/tonic-ai/polygpt-alpha)"
|
|
|
|
|
|
|
|
|
|
|
155 |
)
|
156 |
|
157 |
iface.launch()
|