Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,20 +76,12 @@ def calculator(intro, operator, outro):
|
|
76 |
#with open('Mindfulness.txt', 'r') as file:
|
77 |
# context = file.read()
|
78 |
#contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
|
|
|
79 |
|
80 |
examples = [
|
81 |
-
["
|
82 |
-
["
|
83 |
-
["
|
84 |
-
["Practicing mindfulness each day", "add", "Walk Feel"],
|
85 |
-
["Be happier by", "add", "Brain gamification"],
|
86 |
-
["Meditation can improve health", "add", "Deep Breaths"],
|
87 |
-
["Spending time outdoors", "add", "Find Joy"],
|
88 |
-
["Stress is relieved by quieting your mind, getting exercise and time with nature", "add", "Relieve Pain"],
|
89 |
-
["Break the cycle of stress and anxiety", "add", "Yoga and Meditation"],
|
90 |
-
["Feel calm in stressful situations", "add", "Neocortex Tools and Techniques"],
|
91 |
-
["Deal with work pressure", "add", "Strengthen Attention"],
|
92 |
-
["Learn to reduce feelings of overwhelmed", "add", "Easy Daily Activities"]
|
93 |
]
|
94 |
|
95 |
demo = gr.Interface(
|
|
|
76 |
#with open('Mindfulness.txt', 'r') as file:
|
77 |
# context = file.read()
|
78 |
#contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
|
79 |
+
Two space marines named Liev Schreiber and Will Sasso take up arms to save the planet from an alien invasion. These two dashing strong men play a comedic role in the science fiction movie of the future where even barnaby bunny is willing to join their wacky gang of space marines to save the planet with good looks and comedy.
|
80 |
|
81 |
examples = [
|
82 |
+
["Two space marines named Liev Schreiber and Will Sasso take up arms to save the planet from an alien invasion.", "multiply", "These two dashing strong men play a comedic role in the science fiction movie of the future"],
|
83 |
+
["These two dashing strong men play a comedic role in the science fiction movie of the future", "add", "Barnaby bunny is willing to join their wacky gang of space marines"],
|
84 |
+
["to save the planet with good looks and comedy", "add", "Two space marines named Liev Schreiber and Will Sasso take up arms to save the planet from"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
]
|
86 |
|
87 |
demo = gr.Interface(
|