Spaces:
Sleeping
Sleeping
Added another example
Browse files
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)
|