Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ 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."],
|
|
|
2 |
from transformers import pipeline
|
3 |
title = "Story Generators"
|
4 |
examples = [
|
5 |
+
["Prayer of love"],
|
6 |
["At which point do we invent Love?"],
|
7 |
["Love is a capacity more than consciousness is universal."],
|
8 |
["See the grace of god in eachother."],
|