Spaces:
Sleeping
Sleeping
Upload config.toml
Browse files- .streamlit/config.toml +14 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[about]
|
| 2 |
+
title = "About Cohere UI"
|
| 3 |
+
description = """
|
| 4 |
+
**Cohere UI** is an interactive Streamlit app built to explore Cohere's suite of large language and vision models. It supports text-based conversation, multimodal interaction (image + text), and access to multilingual models like Aya.
|
| 5 |
+
|
| 6 |
+
- 🔤 Powered by Cohere's Command R, Vision, and Aya APIs
|
| 7 |
+
- 🧠 Chat, translate, and describe images using state-of-the-art models
|
| 8 |
+
- 🧪 Open-source and built for experimentation
|
| 9 |
+
- 🚀 Made by members of the [C4AI Community](https://huggingface.co/CohereLabsCommunity)
|
| 10 |
+
|
| 11 |
+
This app is part of ongoing research and development in open science, multilingual AI, and human-AI interaction.
|
| 12 |
+
|
| 13 |
+
Made with ❤️ by the community.
|
| 14 |
+
"""
|