Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,11 @@ demo = gr.ChatInterface(
|
|
55 |
label="Top-p (nucleus sampling)",
|
56 |
),
|
57 |
],
|
|
|
|
|
|
|
|
|
|
|
58 |
)
|
59 |
|
60 |
|
|
|
55 |
label="Top-p (nucleus sampling)",
|
56 |
),
|
57 |
],
|
58 |
+
examples=[
|
59 |
+
["law of inheritance in islam"],
|
60 |
+
["tunjukilah jalan yang lurus"],
|
61 |
+
["سليمان"],
|
62 |
+
],
|
63 |
)
|
64 |
|
65 |
|