awacke1 commited on
Commit
4bb3c76
1 Parent(s): 3c2b00c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -2,9 +2,14 @@ import gradio as gr
2
  from transformers import pipeline
3
  title = "Next Sentence Generator"
4
  examples = [
5
- ["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
6
- ["Zoe only recently began writing songs."],
7
- ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
 
 
 
 
 
8
  ]
9
  from gradio import inputs
10
  from gradio.inputs import Textbox
 
2
  from transformers import pipeline
3
  title = "Next Sentence Generator"
4
  examples = [
5
+ ["At which point do we invent Love?"],
6
+ ["Love is a capacity more than consciousness is universal."],
7
+ ["See the grace of god in eachother."],
8
+ ["Love is a capacity more than consciousness is universal."],
9
+ ["Love is generativity when there is more energy than what they need for equilibrium."],
10
+ ["Collections of people have agency and mass having agency at the mesoscopic level"],
11
+ ["Having a deep human connection is an interface problem to solve."],
12
+ ["Having a collective creates agency since we build trust in eachother."]
13
  ]
14
  from gradio import inputs
15
  from gradio.inputs import Textbox