Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,16 +1,11 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
title = "
|
4 |
examples = [
|
5 |
-
["
|
6 |
-
["
|
7 |
-
["
|
8 |
-
["
|
9 |
-
["Love is a capacity more than consciousness is universal."],
|
10 |
-
["Love is generativity when there is more energy than what they need for equilibrium."],
|
11 |
-
["Collections of people have agency and mass having agency at the mesoscopic level"],
|
12 |
-
["Having a deep human connection is an interface problem to solve."],
|
13 |
-
["Having a collective creates agency since we build trust in eachother."]
|
14 |
]
|
15 |
from gradio import inputs
|
16 |
from gradio.inputs import Textbox
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
+
title = "Transformers - Sentence to Paragraph - For Mindfulness"
|
4 |
examples = [
|
5 |
+
["Break the cycle of stress and anxiety"],
|
6 |
+
["Feel calm in stressful situations"],
|
7 |
+
["Deal with work pressure"],
|
8 |
+
["Learn to reduce feelings of overwhelmed"]
|
|
|
|
|
|
|
|
|
|
|
9 |
]
|
10 |
from gradio import inputs
|
11 |
from gradio.inputs import Textbox
|