awacke1 commited on
Commit
e210cd1
1 Parent(s): f7961e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -10
app.py CHANGED
@@ -1,16 +1,11 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
- title = "Story Generators"
4
  examples = [
5
- ["Prayer of love"],
6
- ["At which point do we invent Love?"],
7
- ["Love is a capacity more than consciousness is universal."],
8
- ["See the grace of god in eachother."],
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