Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,9 +79,9 @@ def calculator(intro, operator, outro):
|
|
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
|
83 |
-
["These two dashing strong
|
84 |
-
["to save the planet with good looks and comedy", "add", "Two space marines
|
85 |
]
|
86 |
|
87 |
demo = gr.Interface(
|
|
|
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 take up arms to save the planet from an alien invasion.", "multiply", "These two dashing strong actors play a comedic role in the science fiction movie of the future"],
|
83 |
+
["These two dashing strong actors 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 become best friends as they assist with saving the world from the alien invasion"]
|
85 |
]
|
86 |
|
87 |
demo = gr.Interface(
|