Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,14 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
title = "Story Generators"
|
4 |
examples = [
|
5 |
-
["
|
6 |
-
["
|
7 |
-
["
|
|
|
|
|
|
|
|
|
|
|
8 |
]
|
9 |
from gradio import inputs
|
10 |
from gradio.inputs import Textbox
|
|
|
2 |
from transformers import pipeline
|
3 |
title = "Story Generators"
|
4 |
examples = [
|
5 |
+
["Mindfulness tips include"],
|
6 |
+
["To expand your memory and remember anything"],
|
7 |
+
["To learn at an accelerated rate you can"],
|
8 |
+
["The most useful advice I have ever heard is"],
|
9 |
+
["My favorite quote is"],
|
10 |
+
["This joke was really funny and made me laugh"],
|
11 |
+
["You really make me smile because"],
|
12 |
+
["I can't tell you how thankful I am for your help"]
|
13 |
]
|
14 |
from gradio import inputs
|
15 |
from gradio.inputs import Textbox
|