Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,17 @@ import os
|
|
3 |
from transformers import pipeline
|
4 |
title = "Transformers 📗 Sentence to Paragraph ❤️ For Mindfulness"
|
5 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
["Music and art make me feel"],
|
7 |
["Feel better each day when you awake by"],
|
8 |
["Feel better physically by"],
|
|
|
3 |
from transformers import pipeline
|
4 |
title = "Transformers 📗 Sentence to Paragraph ❤️ For Mindfulness"
|
5 |
examples = [
|
6 |
+
["Little interest or pleasure in doing things is caused by"],
|
7 |
+
["Little interest or pleasure in doing things is cured by"],
|
8 |
+
["Feeling down, depressed, or hopeless"],
|
9 |
+
["Trouble falling or staying asleep, or sleeping too much"],
|
10 |
+
["Feeling tired or having little energy"],
|
11 |
+
["Poor appetite or overeating"],
|
12 |
+
["Feeling bad about yourself - or that you are a failure or have let yourself or your family down"],
|
13 |
+
["Trouble concentrating on things, such as reading the newspaper or watching television"],
|
14 |
+
["Moving or speaking so slowly that other people could have noticed. Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual"],
|
15 |
+
["Thoughts that you would be better off dead, or of hurting yourself in some way"],
|
16 |
+
["How difficult have these made it for you to do your work, take care of things at home, or get along with other people"],
|
17 |
["Music and art make me feel"],
|
18 |
["Feel better each day when you awake by"],
|
19 |
["Feel better physically by"],
|