Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -342,9 +342,13 @@ with demo:
|
|
342 |
with gr.Column(scale=30):
|
343 |
gr.Markdown("""C4AI Aya Expanse is a state-of-art model with highly advanced capabilities to connect the world across languages.
|
344 |
<br/>
|
345 |
-
You can use this space to chat, speak and visualize with Aya Expanse in 23 languages.
|
346 |
-
|
|
|
|
|
347 |
**Developed by**: [Cohere for AI](https://cohere.com/research) and [Cohere](https://cohere.com/)
|
|
|
|
|
348 |
"""
|
349 |
)
|
350 |
|
|
|
342 |
with gr.Column(scale=30):
|
343 |
gr.Markdown("""C4AI Aya Expanse is a state-of-art model with highly advanced capabilities to connect the world across languages.
|
344 |
<br/>
|
345 |
+
You can use this space to chat, speak and visualize with Aya Expanse in 23 languages.
|
346 |
+
<br/>
|
347 |
+
**Model**: [aya-expanse-32B](https://huggingface.co/CohereForAI/aya-expanse-32b)
|
348 |
+
<br/>
|
349 |
**Developed by**: [Cohere for AI](https://cohere.com/research) and [Cohere](https://cohere.com/)
|
350 |
+
<br/>
|
351 |
+
**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)
|
352 |
"""
|
353 |
)
|
354 |
|