Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: MoreThanHumanVoices
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
@@ -8,5 +8,17 @@ sdk_version: 5.23.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: MoreThanHumanVoices
|
3 |
+
emoji: 🌱
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
This Gradio app allows you to speak with ancient personas rooted in nature: a wise Tree and a clever Crow. Choose which of them will answer your question, and receive their responses grounded in poetic tone and ecological truth.
|
12 |
|
13 |
+
## 🌱 Features
|
14 |
+
|
15 |
+
- Choose two personas from dropdowns
|
16 |
+
- Ask a natural language question
|
17 |
+
- Receive responses from each perspective
|
18 |
+
- Uses Cohere Command R+ via API
|
19 |
+
|
20 |
+
## 🔐 Setup
|
21 |
+
|
22 |
+
1. Clone this repo and navigate to the directory.
|
23 |
+
2. Add your Cohere API key in the Hugging Face Space secrets as:
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|