Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
title = "
|
4 |
examples = [
|
5 |
-
["
|
6 |
-
["
|
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
|