voacado commited on
Commit
a48cee6
·
1 Parent(s): 256316e

Added another example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ demo = gr.Interface(
115
  title=title,
116
  description=description,
117
  article=article,
118
- examples=[["My parents told me not to go upstairs."], ["There was a ghost."]],
119
  )
120
 
121
  demo.launch(share=True)
 
115
  title=title,
116
  description=description,
117
  article=article,
118
+ examples=[["My parents told me not to go upstairs."], ["There was a ghost."], ["Sometimes I catch myself staring at those missing person flyers at the store."]],
119
  )
120
 
121
  demo.launch(share=True)