awacke1 commited on
Commit
dd4810d
·
1 Parent(s): 193a7b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
app.py CHANGED
@@ -1,10 +1,16 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
- title = "📗❤️-Story Generator❤️📗- 🦄Myths and Legends🦸"
4
  examples = [
5
- ["Tengu in Japanese folklore, a type of mischievous supernatural being, sometimes considered the reincarnated spirit of one who was proud and arrogant in life. "],
6
- ["Tengu are renowned swordsmen and are said to have taught the military arts to the Minamoto hero Yoshitsune. They live in trees in mountainous areas."]
7
- ]
 
 
 
 
 
 
8
  from gradio import inputs
9
  from gradio.inputs import Textbox
10
  from gradio import outputs
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+ title = "Story Generators"
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
16
  from gradio import outputs