Bofandra commited on
Commit
02dcacd
1 Parent(s): 7268380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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