Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ 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 |
-
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"],
|
|
|
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"],
|