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