Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,11 @@ demo = gr.ChatInterface(
|
|
54 |
label="Top-p (nucleus sampling)",
|
55 |
),
|
56 |
],
|
57 |
-
examples=[
|
|
|
|
|
|
|
|
|
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 |
|