Bofandra commited on
Commit
fc0120c
·
verified ·
1 Parent(s): 585acf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ demo = gr.ChatInterface(
54
  label="Top-p (nucleus sampling)",
55
  ),
56
  ],
 
57
  )
58
 
59
 
 
54
  label="Top-p (nucleus sampling)",
55
  ),
56
  ],
57
+ examples=["Why men created?", "How is life after death?", "Please tell me about superstition!"],
58
  )
59
 
60