awacke1 commited on
Commit
1a864c9
·
1 Parent(s): 5b5db39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1,7 +1,13 @@
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"],
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+ title = "Transformers 📗 Sentence to Paragraph ❤️ For Mindfulness"
4
  examples = [
5
+ ["Feel better physically by"],
6
+ ["Practicing mindfulness each day"],
7
+ ["Be happier by"],
8
+ ["Meditation can improve health"],
9
+ ["Spending time outdoors"],
10
+ ["Stress is relieved by quieting your mind, getting exercise and time with nature"],
11
  ["Break the cycle of stress and anxiety"],
12
  ["Feel calm in stressful situations"],
13
  ["Deal with work pressure"],