awacke1 commited on
Commit
35c7a98
·
1 Parent(s): c2dd498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -2,9 +2,14 @@ import gradio as gr
2
  from transformers import pipeline
3
  title = "Story Generators"
4
  examples = [
5
- ["Elon Musk of Tesla said today"],
6
- ["Mark Zuckerberg of Meta and Oculus said today about VR"],
7
- ["Lex Fridman once said regarding his MIT career"]
 
 
 
 
 
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