awacke1 commited on
Commit
a1383a3
·
1 Parent(s): dba60ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -77,12 +77,15 @@ def calculator(intro, operator, outro):
77
  #with open('Mindfulness.txt', 'r') as file:
78
  # context = file.read()
79
  #contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
80
- #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.
81
 
82
  examples = [
83
- ["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"],
84
- ["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"],
85
- ["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"]
 
 
 
 
86
  ]
87
 
88
  demo = gr.Interface(
 
77
  #with open('Mindfulness.txt', 'r') as file:
78
  # context = file.read()
79
  #contextBox = gr.Textbox(lines=3, default=context, label="Story starter")
 
80
 
81
  examples = [
82
+ ["Telling my daughter garlic is good for you. Good immune system and keeps pests away. Ticks, mosquitos, vampires... men.", "multiply", "Two guys walk into a bar. The third guy ducks."],
83
+ ["Why was the musician arrested? He got in treble.", "add", "What did the Spanish musician say when he went fishing? Castanets!"],
84
+ ["To save the planet with good looks and comedy,", "add", "I was going to organize a space-themed birthday party for my son... ...but I could not planet."],
85
+ ["Where do Russians stream movies from? Nyetflix.", "subtract", "My roommate just told me he tried to walk to Russia from Alaska. He pulled up short because he could not get his Bering Strait."],
86
+ ["Why does a chicken coop have two doors? Because if had four doors it would be a chicken sedan!", "multiply", "Why did the chicken cross the park? To get to the other slide."],
87
+ ["What type of shoes do ninjas wear? Sneakers", "add", "Can a ninja bring a ninja star into the airport? Shuriken."],
88
+ ["To save the planet with good looks and comedy find your", "add", "Everybody laughed at me when I told them I was going to be a comedian. I thought well, thats not bad for a start."]
89
  ]
90
 
91
  demo = gr.Interface(