Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -355,16 +355,16 @@ with demo:
|
|
| 355 |
with gr.Column(scale=1):
|
| 356 |
gr.Image("1.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False)
|
| 357 |
with gr.Column(scale=30):
|
| 358 |
-
gr.Markdown("""
|
| 359 |
<br/>
|
| 360 |
You can use this space to chat, speak, visualize and see with Aya models in 23 languages: Arabic, Chinese (simplified & traditional), Czech, Dutch, English, French,
|
| 361 |
German, Greek, Hebrew, Hindi, Indonesian, Italian, Japanese, Korean, Persian, Polish, Portuguese,
|
| 362 |
Romanian, Russian, Spanish, Turkish, Ukrainian, and Vietnamese
|
| 363 |
<br/>
|
| 364 |
<br/>
|
| 365 |
-
**Model**: [aya-vision-32B](https://huggingface.co/
|
| 366 |
<br/>
|
| 367 |
-
**Developed by**: [Cohere
|
| 368 |
<br/>
|
| 369 |
**License**: [CC-BY-NC](https://cohere.com/c4ai-cc-by-nc-license), requires also adhering to [C4AI's Acceptable Use Policy](https://docs.cohere.com/docs/c4ai-acceptable-use-policy)
|
| 370 |
"""
|
|
@@ -403,7 +403,7 @@ with demo:
|
|
| 403 |
|
| 404 |
with gr.Row():
|
| 405 |
with gr.Accordion("See Details", open=False):
|
| 406 |
-
gr.Markdown("This space uses [Aya Vision](https://huggingface.co/
|
| 407 |
|
| 408 |
|
| 409 |
with gr.TabItem("Chat with Aya") as chat_with_aya:
|
|
|
|
| 355 |
with gr.Column(scale=1):
|
| 356 |
gr.Image("1.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False, show_fullscreen_button=False)
|
| 357 |
with gr.Column(scale=30):
|
| 358 |
+
gr.Markdown("""Cohere Labs Aya model family covers state-of-art models like Aya Vision and Aya Expanse with highly advanced capabilities to connect the world across languages.
|
| 359 |
<br/>
|
| 360 |
You can use this space to chat, speak, visualize and see with Aya models in 23 languages: Arabic, Chinese (simplified & traditional), Czech, Dutch, English, French,
|
| 361 |
German, Greek, Hebrew, Hindi, Indonesian, Italian, Japanese, Korean, Persian, Polish, Portuguese,
|
| 362 |
Romanian, Russian, Spanish, Turkish, Ukrainian, and Vietnamese
|
| 363 |
<br/>
|
| 364 |
<br/>
|
| 365 |
+
**Model**: [aya-vision-32B](https://huggingface.co/CohereLabs/aya-vision-32b), [aya-expanse-32B](https://huggingface.co/CohereLabs/aya-expanse-32b)
|
| 366 |
<br/>
|
| 367 |
+
**Developed by**: [Cohere Labs](https://cohere.com/research) and [Cohere](https://cohere.com/)
|
| 368 |
<br/>
|
| 369 |
**License**: [CC-BY-NC](https://cohere.com/c4ai-cc-by-nc-license), requires also adhering to [C4AI's Acceptable Use Policy](https://docs.cohere.com/docs/c4ai-acceptable-use-policy)
|
| 370 |
"""
|
|
|
|
| 403 |
|
| 404 |
with gr.Row():
|
| 405 |
with gr.Accordion("See Details", open=False):
|
| 406 |
+
gr.Markdown("This space uses [Aya Vision](https://huggingface.co/CohereLabs/aya-vision-32b) for understanding images.")
|
| 407 |
|
| 408 |
|
| 409 |
with gr.TabItem("Chat with Aya") as chat_with_aya:
|