Add info on social graph
Browse files
app.py
CHANGED
@@ -329,7 +329,7 @@ with gr.Blocks(title="Will's AAC Communication Aid") as demo:
|
|
329 |
gr.Markdown("# Will's AAC Communication Aid")
|
330 |
gr.Markdown(
|
331 |
"""
|
332 |
-
This demo simulates an AAC system from Will's perspective (a 38-year-old with MND).
|
333 |
|
334 |
**How to use this demo:**
|
335 |
1. Select who you (Will) are talking to from the dropdown
|
|
|
329 |
gr.Markdown("# Will's AAC Communication Aid")
|
330 |
gr.Markdown(
|
331 |
"""
|
332 |
+
This demo simulates an AAC system from Will's perspective (a 38-year-old with MND). Its based on a social graph of people in Will's life and their common phrases. The idea is that this graph is generated on device securely. You can see this [here](https://github.com/willwade/skg-llm-mvp/blob/main/social_graph.json)
|
333 |
|
334 |
**How to use this demo:**
|
335 |
1. Select who you (Will) are talking to from the dropdown
|