Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Alejandro Rodriguez Salamanca commited on
Commit ·
41ab593
1
Parent(s): 5f9ebcb
Add privacy policy link
Browse files
app.py
CHANGED
|
@@ -126,7 +126,8 @@ example_labels = [
|
|
| 126 |
DESCRIPTION = (
|
| 127 |
"**[Tiny Aya](https://huggingface.co/CohereLabs/tiny-aya-global)** is a lightweight "
|
| 128 |
"multilingual language model by [Cohere Labs](https://cohere.com/research). "
|
| 129 |
-
"Try chatting in any of 70+ supported languages!"
|
|
|
|
| 130 |
)
|
| 131 |
|
| 132 |
demo = gr.ChatInterface(
|
|
|
|
| 126 |
DESCRIPTION = (
|
| 127 |
"**[Tiny Aya](https://huggingface.co/CohereLabs/tiny-aya-global)** is a lightweight "
|
| 128 |
"multilingual language model by [Cohere Labs](https://cohere.com/research). "
|
| 129 |
+
"Try chatting in any of 70+ supported languages!\n\n"
|
| 130 |
+
"By using this space, you agree to the [Cohere Privacy Policy](http://cohere.com/privacy)."
|
| 131 |
)
|
| 132 |
|
| 133 |
demo = gr.ChatInterface(
|