Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|