Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -215,8 +215,8 @@ with gr.Blocks(css=css) as demo:
|
|
215 |
favicon = "🩺"
|
216 |
gr.Markdown(
|
217 |
f"""# {favicon} Apollo Playground
|
218 |
-
This is a demo of the multilingual medical model series **[Apollo](https://
|
219 |
-
[Apollo1](https://arxiv.org/abs/2403.03640) supports 6 languages. [Apollo2](https://arxiv.org/abs/2410.10626) supports 50 languages.
|
220 |
"""
|
221 |
)
|
222 |
|
|
|
215 |
favicon = "🩺"
|
216 |
gr.Markdown(
|
217 |
f"""# {favicon} Apollo Playground
|
218 |
+
This is a demo of the multilingual medical model series **[Apollo](https://github.com/FreedomIntelligence/Apollo)** made by **[FreedomIntelligence](https://huggingface.co/FreedomIntelligence)**.
|
219 |
+
[Apollo1](https://arxiv.org/abs/2403.03640) supports 6 languages. [Apollo2](https://arxiv.org/abs/2410.10626) and [Apollo-MOE](https://arxiv.org/abs/2410.10626) supports 50 languages.
|
220 |
"""
|
221 |
)
|
222 |
|