Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
title = "Transformers
|
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"],
|