Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ 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"],
|
|
|
2 |
from transformers import pipeline
|
3 |
title = "Transformers 📗 Sentence to Paragraph ❤️ For Mindfulness"
|
4 |
examples = [
|
5 |
+
["Music and art make me feel"],
|
6 |
+
["Feel better each day when you awake by"],
|
7 |
["Feel better physically by"],
|
8 |
["Practicing mindfulness each day"],
|
9 |
["Be happier by"],
|