susmagus commited on
Commit
4263af5
1 Parent(s): 10793c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ def generate(text):
10
  examples = [
11
  ["Once upon a time,"],
12
  ['Today I went to the'],
 
 
13
  ]
14
 
15
  demo = gr.Interface(
 
10
  examples = [
11
  ["Once upon a time,"],
12
  ['Today I went to the'],
13
+ ['Nine out of ten people'],
14
+ ['Outer space is really cool.']
15
  ]
16
 
17
  demo = gr.Interface(