Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -231,7 +231,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 231 |
gr.Markdown(
|
| 232 |
f"""# {favicon} Apollo Playground
|
| 233 |
This is a demo of the multilingual medical model series **[Apollo](https://github.com/FreedomIntelligence/Apollo)** made by **[FreedomIntelligence](https://huggingface.co/FreedomIntelligence)**.
|
| 234 |
-
[Apollo1](https://arxiv.org/abs/2403.03640) supports 6 languages. [Apollo2](https://arxiv.org/abs/2410.10626) and [Apollo-
|
| 235 |
"""
|
| 236 |
)
|
| 237 |
|
|
@@ -389,7 +389,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 389 |
examples=examples,
|
| 390 |
inputs=user_input
|
| 391 |
)
|
| 392 |
-
|
| 393 |
|
| 394 |
if __name__ == "__main__":
|
| 395 |
demo.launch()
|
|
|
|
| 231 |
gr.Markdown(
|
| 232 |
f"""# {favicon} Apollo Playground
|
| 233 |
This is a demo of the multilingual medical model series **[Apollo](https://github.com/FreedomIntelligence/Apollo)** made by **[FreedomIntelligence](https://huggingface.co/FreedomIntelligence)**.
|
| 234 |
+
[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.
|
| 235 |
"""
|
| 236 |
)
|
| 237 |
|
|
|
|
| 389 |
examples=examples,
|
| 390 |
inputs=user_input
|
| 391 |
)
|
| 392 |
+
gr.HTML(LICENSE)
|
| 393 |
|
| 394 |
if __name__ == "__main__":
|
| 395 |
demo.launch()
|