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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -54,7 +54,11 @@ demo = gr.ChatInterface(
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
 
 
54
  label="Top-p (nucleus sampling)",
55
  ),
56
  ],
57
+ examples=[
58
+ ["Why men created?",[],512,0.7,0.95],
59
+ ["How is life after death?",[],512,0.7,0.95],
60
+ ["Please tell me about superstition!",[],512,0.7,0.95]
61
+ ],
62
  )
63
 
64